org.expasy.jpl.commons.collection
Class Pool.KeyAlreadyExistException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.expasy.jpl.commons.collection.Pool.KeyAlreadyExistException
- All Implemented Interfaces:
- Serializable
- Enclosing interface:
- Pool<T extends Cachable>
public static class Pool.KeyAlreadyExistException
- extends RuntimeException
Exception thrown when key already already reference an object 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.KeyAlreadyExistException
public Pool.KeyAlreadyExistException(String id)
Copyright (c) 2012 Swiss Institute of Bioinformatics. All rights reserved.