Class SAMLArtifactNotFoundException
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.SAMLArtifactNotFoundException
- All Implemented Interfaces:
Serializable
This exception is thrown when SAML authentication has to be performed
and indicates that the SAML artifact was not found within the SOAP
headers of the incoming SOAP request.
- See Also:
-
Field Summary
FieldsFields inherited from class com.webmethods.caf.wsclient.WSClientException
RES_BNDL_NAME
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs aSAMLArtifactNotFoundException
with no detail message.Constructs aSAMLArtifactNotFoundException
with nested root cause exception. -
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:
-
MESSAGE_KEY
- See Also:
-
-
Constructor Details
-
SAMLArtifactNotFoundException
public SAMLArtifactNotFoundException()Constructs aSAMLArtifactNotFoundException
with no detail message. -
SAMLArtifactNotFoundException
Constructs aSAMLArtifactNotFoundException
with nested root cause exception.- Parameters:
nested
- the nested root cause exception
-