org.apache.fulcrum.pool
Class PoolException

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

Constructor Summary
PoolException(Exception ex)
           
PoolException(String msg)
           
PoolException(String msg, Exception ex)
           
 
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

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.