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

public class SystemStateException extends Exception
Base class for reporting subsystem state anomalies.
Author:
bamade
See Also:
  • Constructor Details

    • SystemStateException

      public SystemStateException()
    • SystemStateException

      public SystemStateException(String message)
    • SystemStateException

      public SystemStateException(String message, Throwable cause)
    • SystemStateException

      public SystemStateException(Throwable cause)