com.sun.identity.saml.common
Class SAMLRequesterException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sun.identity.saml.common.SAMLException
                    |
                    +--com.sun.identity.saml.common.SAMLRequesterException
All Implemented Interfaces:
java.io.Serializable

public class SAMLRequesterException
extends SAMLException

This exception is thrown when the request could not be performed due to an error in the sender or in the request.

See Also:
Serialized Form

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

SAMLRequesterException

public SAMLRequesterException()
Create an SAMLRequesterException with no message.

SAMLRequesterException

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


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