Class UnauthorizedRuntimeException

All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap, org.refcodes.mixin.StatusCodeAccessor<HttpStatusCode>
Direct Known Subclasses:
BasicAuthFailureRuntimeException

public class UnauthorizedRuntimeException extends HttpStatusRuntimeException
The Class UnauthorizedRuntimeException.
See Also:
  • Constructor Details

    • UnauthorizedRuntimeException

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

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

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

      public UnauthorizedRuntimeException(String aMessage)
      Instantiates a new unauthorized runtime exception.
      Parameters:
      aMessage - The aMessage describing this exception.
    • UnauthorizedRuntimeException

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

      public UnauthorizedRuntimeException(Throwable aCause)
      Instantiates a new unauthorized runtime exception.
      Parameters:
      aCause - The Throwable (Exception) causing this exception.