Class UnrecoverableAuthenticationException

  • All Implemented Interfaces:
    Serializable

    public class UnrecoverableAuthenticationException
    extends AuthenticationException
    Represents an unrecoverable authentication error or failure such as a missing authentication Tree or Service.
    See Also:
    Serialized Form
    • Constructor Detail

      • UnrecoverableAuthenticationException

        public UnrecoverableAuthenticationException​(String message)
        Constructs a new exception with the given message.
        Parameters:
        message - error message
      • UnrecoverableAuthenticationException

        public UnrecoverableAuthenticationException​(String message,
                                                    Throwable cause)
        Constructs a new exception with the given message and root cause.
        Parameters:
        message - error message
        cause - root cause