Class DestroyException.DestroyRuntimeException

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

public static class DestroyException.DestroyRuntimeException extends LifecycleException.LifecycleRuntimeException
Unchecked exception with the same semantics as the DestroyException.
See Also:
  • Constructor Details

    • DestroyRuntimeException

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

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

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

      public DestroyRuntimeException(String message)
      Instantiates a new destroy exception.
      Parameters:
      message - the message
    • DestroyRuntimeException

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

      public DestroyRuntimeException(Throwable cause)
      Instantiates a new destroy exception.
      Parameters:
      cause - the cause