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)
      Instantiates a new reset exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • ResetRuntimeException

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

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

      public ResetRuntimeException(String message)
      Instantiates a new reset exception.
      Parameters:
      message - the message
    • ResetRuntimeException

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

      public ResetRuntimeException(Throwable cause)
      Instantiates a new reset exception.
      Parameters:
      cause - the cause