Package edu.uiuc.ncsa.security.core.util
Class PoolException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- edu.uiuc.ncsa.security.core.exceptions.GeneralException
- 
- edu.uiuc.ncsa.security.core.util.PoolException
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class PoolException extends GeneralException Exception thrown by thePoolclass under certain conditions.Created by Jeff Gaynor 
 on Mar 12, 2010 at 3:58:07 PM- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description PoolException()PoolException(String message)PoolException(String message, Throwable cause)PoolException(Throwable cause)
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
-