Class ExternalAuthenticationException

  • All Implemented Interfaces:
    Serializable

    public class ExternalAuthenticationException
    extends Exception
    Exception indicating a problem with the external authentication process.
    See Also:
    Serialized Form
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        Serial UID.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ExternalAuthenticationException

        public ExternalAuthenticationException()
        Constructor.
      • ExternalAuthenticationException

        public ExternalAuthenticationException​(@Nullable
                                               String message)
        Constructor.
        Parameters:
        message - exception message
      • ExternalAuthenticationException

        public ExternalAuthenticationException​(@Nullable
                                               Exception wrappedException)
        Constructor.
        Parameters:
        wrappedException - exception to be wrapped by this one
      • ExternalAuthenticationException

        public ExternalAuthenticationException​(@Nullable
                                               String message,
                                               @Nullable
                                               Exception wrappedException)
        Constructor.
        Parameters:
        message - exception message
        wrappedException - exception to be wrapped by this one