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 aMessage describing this exception.
      aErrorCode - The error code identifying this exception.
    • CeaseRuntimeException

      public CeaseRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new cease exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • CeaseRuntimeException

      public CeaseRuntimeException(String aMessage, Throwable aCause)
      Instantiates a new cease exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
    • CeaseRuntimeException

      public CeaseRuntimeException(String aMessage)
      Instantiates a new cease exception.
      Parameters:
      aMessage - The aMessage describing this exception.
    • CeaseRuntimeException

      public CeaseRuntimeException(Throwable aCause, String aErrorCode)
      Instantiates a new cease exception.
      Parameters:
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • CeaseRuntimeException

      public CeaseRuntimeException(Throwable aCause)
      Instantiates a new cease exception.
      Parameters:
      aCause - The Throwable (Exception) causing this exception.