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