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

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

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

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

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

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