com.xavax.xstore.util
Class PoolException

Object
  extended byThrowable
      extended byException
          extended byRuntimeException
              extended byPoolException
All Implemented Interfaces:
Serializable

public class PoolException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
PoolException(String message, Throwable cause)
           
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PoolException

public PoolException(String message,
                     Throwable cause)