Class AuthenticationException

  • All Implemented Interfaces:
    Serializable

    public class AuthenticationException
    extends ResponseException
    An exception that is thrown when Credentials failed or the default tenant is invalid
    Author:
    Jeremy Unruh
    See Also:
    Serialized Form
    • Constructor Detail

      • AuthenticationException

        public AuthenticationException​(String message,
                                       int status,
                                       Throwable cause)
      • AuthenticationException

        public AuthenticationException​(String message,
                                       int status)