org.apache.fulcrum.pool
Class PoolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.fulcrum.pool.PoolException
- All Implemented Interfaces:
- Serializable
public class PoolException
- extends Exception
Exception thrown when there is a problem with the PoolException
- Version:
- $Id: PoolException.java 535465 2007-05-05 06:58:06Z tv $
- Author:
- Eric Pugh
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PoolException
public PoolException(String msg)
PoolException
public PoolException(Exception ex)
PoolException
public PoolException(String msg,
Exception ex)
Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.