com.sun.identity.saml.common
Class SAMLRequestVersionTooHighException

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

public class SAMLRequestVersionTooHighException
extends SAMLVersionMismatchException

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

See Also:
Serialized Form

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

SAMLRequestVersionTooHighException

public SAMLRequestVersionTooHighException()
Create an SAMLRequestVerionTooHighException with no message.

SAMLRequestVersionTooHighException

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


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