Class IssueInstantMissingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.security.GeneralSecurityException
-
- org.keycloak.saml.common.exceptions.fed.IssueInstantMissingException
-
- All Implemented Interfaces:
Serializable
public class IssueInstantMissingException extends GeneralSecurityException
Exception indicating that the IssueInstant is missing- Since:
- Jun 3, 2009
- Author:
- Anil.Saldhana@redhat.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IssueInstantMissingException()
IssueInstantMissingException(String msg)
IssueInstantMissingException(String message, Throwable cause)
IssueInstantMissingException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-