Package freenet.support.CPUInformation
Class UnknownCPUException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- freenet.support.CPUInformation.UnknownCPUException
-
- All Implemented Interfaces:
Serializable
public class UnknownCPUException extends RuntimeException
- Author:
- Iakin
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownCPUException()
UnknownCPUException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnknownCPUException
public UnknownCPUException()
-
UnknownCPUException
public UnknownCPUException(String message)
-
-