Class CeaseException.CeaseRuntimeException

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

public static class CeaseException.CeaseRuntimeException extends ComponentRuntimeException
Unchecked exception with the same semantics as the CeaseException.
See Also:
  • Constructor Details

    • CeaseRuntimeException

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

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

      public CeaseRuntimeException(String message, Throwable cause)
      Instantiates a new cease exception.
      Parameters:
      message - the message
      cause - the cause
    • CeaseRuntimeException

      public CeaseRuntimeException(String message)
      Instantiates a new cease exception.
      Parameters:
      message - the message
    • CeaseRuntimeException

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

      public CeaseRuntimeException(Throwable cause)
      Instantiates a new cease exception.
      Parameters:
      cause - the cause