Class CloseException.CloseRuntimeException

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

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

    • CloseRuntimeException

      public CloseRuntimeException(String aMessage, String aErrorCode)
    • CloseRuntimeException

      public CloseRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
    • CloseRuntimeException

      public CloseRuntimeException(String aMessage, Throwable aCause)
    • CloseRuntimeException

      public CloseRuntimeException(String aMessage)
    • CloseRuntimeException

      public CloseRuntimeException(Throwable aCause, String aErrorCode)
    • CloseRuntimeException

      public CloseRuntimeException(Throwable aCause)