Class AssertionExpiredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.security.GeneralSecurityException
-
- org.keycloak.saml.common.exceptions.fed.AssertionExpiredException
-
- All Implemented Interfaces:
Serializable
public class AssertionExpiredException extends GeneralSecurityException
Security Exception indicating expiration of SAML2 assertion- Since:
- Dec 12, 2008
- Author:
- Anil.Saldhana@redhat.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AssertionExpiredException()
AssertionExpiredException(String msg)
AssertionExpiredException(String message, Throwable cause)
AssertionExpiredException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
void
setId(String id)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-