|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.cafesoft.core.pool.ObjectPoolExceptionType
A type safe constant class that contains several exception types that relay important contextual information to the clients that are handling ObjectPoolExceptions.
ObjectPoolException| Field Summary | |
static ObjectPoolExceptionType |
NO_MORE_OBJECTS
ObjectPoolExceptionType : No More Objects. |
static ObjectPoolExceptionType |
UNKNOWN
ObjectPoolExceptionType : Unknown. |
| Method Summary | |
boolean |
equals(Object object)
Indicates whether some other object is "equal to" this one. |
int |
hashCode()
Returns a hash code value for the object. |
String |
toString()
Returns a string representation of the object. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final ObjectPoolExceptionType UNKNOWN
public static final ObjectPoolExceptionType NO_MORE_OBJECTS
| Method Detail |
public int hashCode()
hashCode in class Objectpublic boolean equals(Object object)
equals in class Objectobject - the reference object with which to compare.
public String toString()
toString in class Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||