Class ReauthenticationRequiredException

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

public class ReauthenticationRequiredException extends HttpStatusException
The Class ReauthenticationRequiredException.
See Also:
  • Constructor Details

    • ReauthenticationRequiredException

      public ReauthenticationRequiredException(String aMessage, String aErrorCode)
      Instantiates a new reauthentication required exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aErrorCode - The error code identifying this exception.
    • ReauthenticationRequiredException

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

      public ReauthenticationRequiredException(String aMessage, Throwable aCause)
      Instantiates a new reauthentication required exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
    • ReauthenticationRequiredException

      public ReauthenticationRequiredException(String aMessage)
      Instantiates a new reauthentication required exception.
      Parameters:
      aMessage - The aMessage describing this exception.
    • ReauthenticationRequiredException

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

      public ReauthenticationRequiredException(Throwable aCause)
      Instantiates a new reauthentication required exception.
      Parameters:
      aCause - The Throwable (Exception) causing this exception.