org.expasy.jpl.commons.collection
Class Pool.ObjectAlreadyExistException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.expasy.jpl.commons.collection.Pool.ObjectAlreadyExistException
- All Implemented Interfaces:
- Serializable
- Enclosing interface:
- Pool<T extends Cachable>
public static class Pool.ObjectAlreadyExistException
- extends RuntimeException
Exception thrown when object already exists in the pool.
- Version:
- 1.0
- Author:
- nikitin
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Pool.ObjectAlreadyExistException
public Pool.ObjectAlreadyExistException(T o)
Copyright (c) 2012 Swiss Institute of Bioinformatics. All rights reserved.