com.sun.identity.saml.common
Class SAMLRequestVersionDeprecatedException

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.SAMLRequestVersionDeprecatedException
All Implemented Interfaces:
java.io.Serializable

public class SAMLRequestVersionDeprecatedException
extends SAMLVersionMismatchException

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

See Also:
Serialized Form

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

SAMLRequestVersionDeprecatedException

public SAMLRequestVersionDeprecatedException()
Create an SAMLRequestVerionDeprecatedException with no message.

SAMLRequestVersionDeprecatedException

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