Class AdditionalAuthenticationRequiredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- pl.edu.icm.unity.engine.api.session.AdditionalAuthenticationRequiredException
-
- All Implemented Interfaces:
Serializable
public class AdditionalAuthenticationRequiredException extends RuntimeException
Signals that additional authentication is required prior to invoking the operation- Author:
- K. Benedyczak
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description String
authenticationOption
-
Constructor Summary
Constructors Constructor Description AdditionalAuthenticationRequiredException(String authenticationOption)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
authenticationOption
public final String authenticationOption
-
-
Constructor Detail
-
AdditionalAuthenticationRequiredException
public AdditionalAuthenticationRequiredException(String authenticationOption)
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classThrowable
-
-