com.sun.xml.wss.saml
Class SAMLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.xml.wss.saml.SAMLException
All Implemented Interfaces:
java.io.Serializable

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.
SAMLException(java.lang.Throwable e)
          Create an SAMLException
 
Method Summary
 
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.

SAMLException

public SAMLException(java.lang.Throwable e)
Create an SAMLException

Parameters:
e - the cause


Copyright ? 2005 Sun Microsystems, Inc. All Rights Reserved.