toolbox.oracle.siebel.session
Class SessionTokenManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by toolbox.oracle.siebel.session.SessionTokenManagerException
All Implemented Interfaces:
java.io.Serializable

public class SessionTokenManagerException
extends java.lang.Exception

Indicates an exception while performing token manager operations.

Author:
Hannes Holtzhausen
See Also:
Serialized Form

Constructor Summary
SessionTokenManagerException(java.lang.Exception ex)
          Calls the parent constructor.
SessionTokenManagerException(java.lang.String message)
          Calls the parent constructor with the given message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SessionTokenManagerException

public SessionTokenManagerException(java.lang.Exception ex)
Calls the parent constructor.

Parameters:
ex - Original exception that occured.

SessionTokenManagerException

public SessionTokenManagerException(java.lang.String message)
Calls the parent constructor with the given message.

Parameters:
message - Error message.