org.expasy.jpl.commons.collection
Class Pool.KeyAlreadyExistException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
Pool.KeyAlreadyExistException(String id)
           
 
Method Summary
 
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
 

Constructor Detail

Pool.KeyAlreadyExistException

public Pool.KeyAlreadyExistException(String id)


Copyright (c) 2012 Swiss Institute of Bioinformatics. All rights reserved.