Class ExternalAuthenticationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.shibboleth.idp.authn.ExternalAuthenticationException
All Implemented Interfaces:
Serializable

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

    • serialVersionUID

      private static final long serialVersionUID
      Serial UID.
      See Also:
  • Constructor Details

    • 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