com.sun.identity.saml.common
Class SAMLRequestVersionTooLowException

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

public class SAMLRequestVersionTooLowException
extends SAMLVersionMismatchException

This exception is thrown when the receiver could not process the request because the version was too low. It extends from SAMLVersionMismatchException.

See Also:
Serialized Form

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

SAMLRequestVersionTooLowException

public SAMLRequestVersionTooLowException()
Create an SAMLRequestVersionTooLowException with no message.


SAMLRequestVersionTooLowException

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

Parameters:
s - exception message.


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