com.sun.identity.saml.common
Class SAMLResponderException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sun.identity.saml.common.SAMLException
                    |
                    +--com.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, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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.