com.ibm.portal.pool.exceptions
Class ObjectInstantiationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.portal.pool.exceptions.ObjectPoolException
              extended by com.ibm.portal.pool.exceptions.ObjectInstantiationException
All Implemented Interfaces:
Localized, java.io.Serializable

public abstract class ObjectInstantiationException
extends ObjectPoolException

Exception which should be thrown in case that an object pool is not able to instantiate objects.

Since:
6.1.0.1
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ibm.portal.pool.exceptions.ObjectPoolException
pool
 
Constructor Summary
ObjectInstantiationException(ObjectPool aPool, java.lang.Exception aReason)
          Initializes this exception with the object pool in which the error occured.
 
Method Summary
 
Methods inherited from class com.ibm.portal.pool.exceptions.ObjectPoolException
getPool
 
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
 
Methods inherited from interface com.ibm.portal.Localized
getDescription, getLocales, getTitle
 

Constructor Detail

ObjectInstantiationException

public ObjectInstantiationException(ObjectPool aPool,
                                    java.lang.Exception aReason)
Initializes this exception with the object pool in which the error occured.

Parameters:
aPool - Object pool that generated the exception.
aReason - Reason for the exception