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 thePool
class under certain conditions.Created by Jeff Gaynor
on Mar 12, 2010 at 3:58:07 PM- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PoolException()
PoolException(String message)
PoolException(String message, Throwable cause)
PoolException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-