Oracle 9iAS Single Sign-On SDK

oracle.security.sso.enabler
Class SSOConfigException

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

public class SSOConfigException
extends SSOEnablerException

This exception is raised when SSO enabler configuration is missing or incorrect

This class is subclass of SSOEnablerException

See Also:
Serialized Form

Constructor Summary
SSOConfigException()
          Constructs SSOConfigException object without an error message.
SSOConfigException(java.lang.String p_str)
          Constructs SSOConfigException 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

SSOConfigException

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

SSOConfigException

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

Oracle Corporation