com.sun.identity.saml.common
Class SAMLVersionMismatchException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sun.identity.saml.common.SAMLException
                    |
                    +--com.sun.identity.saml.common.SAMLVersionMismatchException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SAMLRequestVersionDeprecatedException, SAMLRequestVersionTooHighException, SAMLRequestVersionTooLowException

public class SAMLVersionMismatchException
extends SAMLException

This exception is thrown when the receiver could not process the request because the version was incorrect.

See Also:
Serialized Form

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

SAMLVersionMismatchException

public SAMLVersionMismatchException()
Create an SAMLVersionMismatchException with no message.

SAMLVersionMismatchException

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


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