oracle.security.sso.enabler
Class SSOEnablerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.security.sso.enabler.SSOEnablerException

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 specified detail message.
SSOEnablerException(java.lang.String p_str)
          Constructs an SSOEnablerException object with specified detail 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 specified detail message.

SSOEnablerException

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