com.sun.identity.saml.common
Class SAMLResponderException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sun.identity.saml.common.SAMLException
              extended bycom.sun.identity.saml.common.SAMLResponderException
All Implemented Interfaces:
java.io.Serializable

public class SAMLResponderException
extends SAMLException

This exception is thrown when the request could not be performed due to an error at the receiving end.

See Also:
Serialized Form

Constructor Summary
SAMLResponderException()
          Create an SAMLResponderException with no message.
SAMLResponderException(java.lang.String s)
          Create an SAMLResponderException 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

SAMLResponderException

public SAMLResponderException()
Create an SAMLResponderException with no message.


SAMLResponderException

public SAMLResponderException(java.lang.String s)
Create an SAMLResponderException with a message.

Parameters:
s - exception message.


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