com.sun.identity.saml.common
Class SAMLException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.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, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, 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.


Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.