Class PauseException

All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap

public class PauseException extends LifecycleException
Thrown in case pausing a component caused problems. Usually a method similar to "pause()" throws such an exception.
See Also:
  • Constructor Details

    • PauseException

      public PauseException(String aMessage, String aErrorCode)
    • PauseException

      public PauseException(String aMessage, Throwable aCause, String aErrorCode)
    • PauseException

      public PauseException(String aMessage, Throwable aCause)
    • PauseException

      public PauseException(String aMessage)
    • PauseException

      public PauseException(Throwable aCause, String aErrorCode)
    • PauseException

      public PauseException(Throwable aCause)