Class SAMLAssertionNotValidException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.webmethods.caf.wsclient.WSClientException
com.webmethods.caf.wsserver.auth.AuthException
com.webmethods.caf.wsserver.auth.saml.SAMLException
com.webmethods.caf.wsserver.auth.saml.SAMLAssertionNotValidException
- All Implemented Interfaces:
Serializable
This exception is thrown when SAML authentication has to be performed
and indicates that the SAML assertion received from the SAML server is
not valid due to conditions on its use.
- See Also:
-
Field Summary
FieldsFields inherited from class com.webmethods.caf.wsclient.WSClientException
RES_BNDL_NAME
-
Constructor Summary
ConstructorsConstructorDescriptionSAMLAssertionNotValidException
(ResourceBundle resourceBundle, String key) SAMLAssertionNotValidException
(ResourceBundle resourceBundle, String key, Object[] args) -
Method Summary
Methods inherited from class com.webmethods.caf.wsclient.WSClientException
getDefaultResourceBundle, getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
protected static final long serialVersionUID- See Also:
-
-
Constructor Details
-
SAMLAssertionNotValidException
-
SAMLAssertionNotValidException
-