Package de.aristaflow.ilm.base.security
Class AuthenticationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.aristaflow.ilm.util.IlmException
-
- de.aristaflow.ilm.base.security.AuthenticationException
-
- All Implemented Interfaces:
de.aristaflow.adept2.model.communication.webservice.StackSuppressingException
,Serializable
public class AuthenticationException extends IlmException
- See Also:
AuthenticationException
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description @NotNull Boolean
countMeasReq
@NotNull Boolean
possibleAttack
-
Fields inherited from class de.aristaflow.ilm.util.IlmException
causeClass, message, serverLogId, subClass, suppressStack
-
-
Constructor Summary
Constructors Constructor Description AuthenticationException()
The constructor required for bean deserialisation.AuthenticationException(AuthenticationException ae)
-
Method Summary
-
Methods inherited from class de.aristaflow.ilm.util.IlmException
getCause, getIlmStackTrace, getLocalizedMessage, getLogId, getMessage, getStackTrace, setLogId, setStackTrace, setSuppressStack
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Constructor Detail
-
AuthenticationException
public AuthenticationException()
The constructor required for bean deserialisation.
-
AuthenticationException
public AuthenticationException(@NotNull AuthenticationException ae)
-
-