Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
pl.edu.icm.unity.engine.api.authn.AuthenticationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RemoteAuthenticationException
,UnknownRemoteUserException
Thrown on authentication problem.
- Author:
- K. Benedyczak
- See Also:
-
Constructor Summary
ConstructorDescriptionAuthenticationException
(String msg, Exception cause) AuthenticationException
(AuthenticationResult result, String msg) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthenticationException
-
AuthenticationException
-
AuthenticationException
-
-
Method Details
-
getResult
-