Package net.shibboleth.idp.authn
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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDSerial UID.
-
Constructor Summary
Constructors Constructor Description ExternalAuthenticationException()Constructor.ExternalAuthenticationException(Exception wrappedException)Constructor.ExternalAuthenticationException(String message)Constructor.ExternalAuthenticationException(String message, Exception wrappedException)Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
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
-
-