toolbox.oracle.siebel.session.client
Class SessionTokenClientException

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

public class SessionTokenClientException
extends java.lang.Exception

Indicates an exception while performing session token client operations.

Author:
Hannes Holtzhausen
See Also:
Serialized Form

Constructor Summary
SessionTokenClientException(java.lang.Exception ex)
          Calls the parent constructor.
SessionTokenClientException(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

SessionTokenClientException

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

Parameters:
ex - Original exception that occured.

SessionTokenClientException

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

Parameters:
message - Error message.