Oracle 9iAS Single Sign-On SDK

oracle.security.sso.enabler
Class SSOTokenExpiredException

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

public class SSOTokenExpiredException
extends SSOEnablerException

This exception is raised if user takes too long time to enter username and password in the login page of SSO Server

See Also:
Serialized Form

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

SSOTokenExpiredException

public SSOTokenExpiredException()
Constructs a SSOTokenExpiredException object with out an error message.

SSOTokenExpiredException

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

Oracle Corporation