Class SAMLException
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
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SAMLArtifactNotFoundException
,SAMLAssertionNotValidException
,SAMLBindException
Base class for saml related exceptions
- See Also:
-
Field Summary
Fields inherited from class com.webmethods.caf.wsclient.WSClientException
RES_BNDL_NAME
-
Constructor Summary
ConstructorsConstructorDescriptionSAMLException
(Throwable cause) SAMLException
(ResourceBundle resourceBundle, String key) SAMLException
(ResourceBundle resourceBundle, String key, Object[] args) SAMLException
(ResourceBundle resourceBundle, String key, Object[] args, Throwable throwable) SAMLException
(ResourceBundle resourceBundle, String key, Throwable throwable) -
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
-
Constructor Details
-
SAMLException
public SAMLException() -
SAMLException
-
SAMLException
-
SAMLException
-
SAMLException
-
SAMLException
-