Class RemoteAuthenticationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- pl.edu.icm.unity.engine.api.authn.AuthenticationException
-
- pl.edu.icm.unity.engine.api.authn.RemoteAuthenticationException
-
- All Implemented Interfaces:
Serializable
public class RemoteAuthenticationException extends AuthenticationException
Thrown on authentication problem.- Author:
- K. Benedyczak
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemoteAuthenticationException(String msg)
RemoteAuthenticationException(String msg, Exception cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RemoteAuthenticationResult
getResult()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getResult
public RemoteAuthenticationResult getResult()
- Overrides:
getResult
in classAuthenticationException
-
-