Class ResetException.ResetRuntimeException

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

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

    • ResetRuntimeException

      public ResetRuntimeException(String aMessage, String aErrorCode)
    • ResetRuntimeException

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

      public ResetRuntimeException(String aMessage, Throwable aCause)
    • ResetRuntimeException

      public ResetRuntimeException(String aMessage)
    • ResetRuntimeException

      public ResetRuntimeException(Throwable aCause, String aErrorCode)
    • ResetRuntimeException

      public ResetRuntimeException(Throwable aCause)