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
Exception indicating a problem with the external authentication process.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.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 Details
-
serialVersionUID
private static final long serialVersionUIDSerial UID.- See Also:
-
-
Constructor Details
-
ExternalAuthenticationException
public ExternalAuthenticationException()Constructor. -
ExternalAuthenticationException
Constructor.- Parameters:
message
- exception message
-
ExternalAuthenticationException
Constructor.- Parameters:
wrappedException
- exception to be wrapped by this one
-
ExternalAuthenticationException
public ExternalAuthenticationException(@Nullable String message, @Nullable Exception wrappedException) Constructor.- Parameters:
message
- exception messagewrappedException
- exception to be wrapped by this one
-