Class ReauthenticationRequiredRuntimeException

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

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

    • ReauthenticationRequiredRuntimeException

      public ReauthenticationRequiredRuntimeException(String aMessage, String aErrorCode)
      Instantiates a new reauthentication required runtime exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • ReauthenticationRequiredRuntimeException

      public ReauthenticationRequiredRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new reauthentication required runtime exception.
      Parameters:
      aMessage - the message
      aCause - the cause
      aErrorCode - the error code
    • ReauthenticationRequiredRuntimeException

      public ReauthenticationRequiredRuntimeException(String message, Throwable cause)
      Instantiates a new reauthentication required runtime exception.
      Parameters:
      message - the message
      cause - the cause
    • ReauthenticationRequiredRuntimeException

      public ReauthenticationRequiredRuntimeException(String message)
      Instantiates a new reauthentication required runtime exception.
      Parameters:
      message - the message
    • ReauthenticationRequiredRuntimeException

      public ReauthenticationRequiredRuntimeException(Throwable aCause, String aErrorCode)
      Instantiates a new reauthentication required runtime exception.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
    • ReauthenticationRequiredRuntimeException

      public ReauthenticationRequiredRuntimeException(Throwable cause)
      Instantiates a new reauthentication required runtime exception.
      Parameters:
      cause - the cause