Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.portal.pool.exceptions
Class ObjectInstantiationExceptionjava.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.portal.pool.exceptions.ObjectPoolException
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
Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD