|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
com.ibm.portal.pool.exceptions
Class ObjectInstantiationException
java.lang.Object
java.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
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 |
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
|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |