Klasse InvalidLtpa2TokenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.core.AuthenticationException
de.sephirothj.spring.security.ltpa2.InvalidLtpa2TokenException
- Alle implementierten Schnittstellen:
Serializable
public class InvalidLtpa2TokenException
extends org.springframework.security.core.AuthenticationException
Exception thrown for all kinds of exceptions when working with an LTPA2 token or keys
- Autor:
- Sephiroth
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungConstructs anInvalidLtpa2TokenException
with the specified message and no root cause.InvalidLtpa2TokenException
(String msg, Throwable cause) Constructs anInvalidLtpa2TokenException
with the specified message and root cause. -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
InvalidLtpa2TokenException
Constructs anInvalidLtpa2TokenException
with the specified message and root cause.- Parameter:
msg
- the detail messagecause
- the root cause
-
InvalidLtpa2TokenException
Constructs anInvalidLtpa2TokenException
with the specified message and no root cause.- Parameter:
msg
- the detail message
-