Oracle 9iAS Single Sign-On SDK

oracle.security.sso.enabler
Class SSOVersionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.security.sso.enabler.SSOEnablerException
                    |
                    +--oracle.security.sso.enabler.SSOVersionException
All Implemented Interfaces:
java.io.Serializable

public class SSOVersionException
extends SSOEnablerException

This exception is raised if the SDK version does not match with the SSO Server version or the enabler version information is incorrect

See Also:
Serialized Form

Constructor Summary
SSOVersionException()
          Constructs SSOVersionException object without an error message.
SSOVersionException(java.lang.String p_str)
          Constructs SSOVersionException object with an error message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SSOVersionException

public SSOVersionException()
Constructs SSOVersionException object without an error message.

SSOVersionException

public SSOVersionException(java.lang.String p_str)
Constructs SSOVersionException object with an error message.

Oracle Corporation