Package org.lsst.ccs
Class SystemStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.lsst.ccs.SystemStateException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AlarmNotClearedException,SignalsStillRunning
Base class for reporting subsystem state anomalies.
- Author:
- bamade
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSystemStateException(String message) SystemStateException(String message, Throwable cause) SystemStateException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SystemStateException
public SystemStateException() -
SystemStateException
-
SystemStateException
-
SystemStateException
-