Class DisposeException.DisposeRuntimeException

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

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

    • DisposeRuntimeException

      public DisposeRuntimeException(String aMessage, String aErrorCode)
      Instantiates a new dispose exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aErrorCode - The error code identifying this exception.
    • DisposeRuntimeException

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

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

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

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

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