Oracle 9iAS Single Sign-On SDK

oracle.security.sso.enabler
Class SSOEnablerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.security.sso.enabler.SSOEnablerException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SSOConfigException, SSOIpCheckException, SSOTokenExpiredException, SSOVersionException

public class SSOEnablerException
extends java.lang.Exception

This class is subclass of java.lang.Exception

Since:
1.0
See Also:
Serialized Form

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

SSOEnablerException

public SSOEnablerException()
Constructs an SSOEnablerException object with no error message.

SSOEnablerException

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

Oracle Corporation