com.sun.identity.saml.common
Class SAMLException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sun.identity.saml.common.SAMLException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SAMLRequesterException, SAMLResponderException, SAMLVersionMismatchException, XMLSignatureException

public class SAMLException
extends java.lang.Exception

This class is an extension point for all SAML related exceptions.

See Also:
Serialized Form

Constructor Summary
SAMLException()
          Create an SAMLException with no message.
SAMLException(java.lang.String s)
          Create an SAMLException with a message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SAMLException

public SAMLException()
Create an SAMLException with no message.

SAMLException

public SAMLException(java.lang.String s)
Create an SAMLException with a message.
Parameters:
s - exception message.