Class PauseException.PauseRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.refcodes.exception.AbstractRuntimeException
org.refcodes.component.ComponentRuntimeException
org.refcodes.component.PauseException.PauseRuntimeException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap
Enclosing class:
PauseException

public static class PauseException.PauseRuntimeException
extends ComponentRuntimeException
Unchecked exception with the same semantics as the PauseException.
See Also:
Serialized Form
  • Constructor Details

    • PauseRuntimeException

      public PauseRuntimeException​(String aMessage, String aErrorCode)
      Instantiates a new pause exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • PauseRuntimeException

      public PauseRuntimeException​(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new pause exception.
      Parameters:
      aMessage - the message
      aCause - the cause
      aErrorCode - the error code
    • PauseRuntimeException

      public PauseRuntimeException​(String message, Throwable cause)
      Instantiates a new pause exception.
      Parameters:
      message - the message
      cause - the cause
    • PauseRuntimeException

      public PauseRuntimeException​(String message)
      Instantiates a new pause exception.
      Parameters:
      message - the message
    • PauseRuntimeException

      public PauseRuntimeException​(Throwable aCause, String aErrorCode)
      Instantiates a new pause exception.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
    • PauseRuntimeException

      public PauseRuntimeException​(Throwable cause)
      Instantiates a new pause exception.
      Parameters:
      cause - the cause