java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.xml.wss.saml.SAMLException
- All Implemented Interfaces:
Serializable
This class is an extension point for all SAML related exceptions.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate anSAMLExceptionwith no message.Create anSAMLExceptionwith a message.Create anSAMLException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SAMLException
public SAMLException()Create anSAMLExceptionwith no message. -
SAMLException
Create anSAMLExceptionwith a message.- Parameters:
s- exception message.
-
SAMLException
Create anSAMLException- Parameters:
e- the cause
-