Class AcrChangedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.jans.as.server.model.exception.AcrChangedException
-
- All Implemented Interfaces:
Serializable
public class AcrChangedException extends Exception
- Version:
- 0.9, 16/06/2015
- Author:
- Yuriy Zabrovarnyy
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AcrChangedException()
AcrChangedException(boolean forceReAuthentication)
AcrChangedException(String message)
AcrChangedException(String message, Throwable cause)
AcrChangedException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isForceReAuthentication()
void
setForceReAuthentication(boolean forceReAuthentication)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-