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 SummaryConstructors Constructor Description AssertionExpiredException()AssertionExpiredException(String msg)AssertionExpiredException(String message, Throwable cause)AssertionExpiredException(Throwable cause)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()voidsetId(String id)- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
-