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
public class AuthenticationException extends Exception
Thrown on authentication problem.- Author:
- K. Benedyczak
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationException(String msg)
AuthenticationException(String msg, Exception cause)
AuthenticationException(AuthenticationResult result, String msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationResult
getResult()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AuthenticationException
public AuthenticationException(AuthenticationResult result, String msg)
-
AuthenticationException
public AuthenticationException(String msg)
-
-
Method Detail
-
getResult
public AuthenticationResult getResult()
-
-