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

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.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

Constructor Summary
Pool.ObjectAlreadyExistException(T o)
           
 
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.ObjectAlreadyExistException

public Pool.ObjectAlreadyExistException(T o)


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