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:
    Serialized Form
    • Constructor Detail

      • ReauthenticationRequiredException

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

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

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

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

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

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