org.exolab.core.foundation
Class FailedToCreateHandleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.exolab.core.foundation.FailedToCreateHandleException
All Implemented Interfaces:
java.io.Serializable

public class FailedToCreateHandleException
extends java.lang.Exception

This excpetion is thrown whenever a client attmepts to create a handle through a SessionIfc object and the handle cannot be created either b/c it has not been persistent yet or there is no transaction in progress.

Version:
$Revision: 1.1 $ $Date: 2000/05/19 00:39:54 $
Author:
Jim Alateras
See Also:
Serialized Form

Constructor Summary
FailedToCreateHandleException()
          Default constructor with no additional info.
FailedToCreateHandleException(java.lang.String reason)
          Construct an instance of this exception with the specified reason.
 
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

FailedToCreateHandleException

public FailedToCreateHandleException()
Default constructor with no additional info.


FailedToCreateHandleException

public FailedToCreateHandleException(java.lang.String reason)
Construct an instance of this exception with the specified reason.

Parameters:
reason -


Copyright © 1999-2012 The Exolab Group. All Rights Reserved.