org.d_haven.mpool
Class PoolException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.d_haven.mpool.PoolException
All Implemented Interfaces:
java.io.Serializable

public class PoolException
extends java.lang.Exception

A wrapper exception to notify the user when something exceptional happens in a pool.

See Also:
Serialized Form

Constructor Summary
PoolException(java.lang.String message)
          Create a PoolException with the supplied message.
PoolException(java.lang.String message, java.lang.Throwable cause)
          Create a PoolException with the supplied message and exception.
 
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(java.lang.String message)
Create a PoolException with the supplied message.

Parameters:
message - the message for the exception

PoolException

public PoolException(java.lang.String message,
                     java.lang.Throwable cause)
Create a PoolException with the supplied message and exception.

Parameters:
message - the message the exception
cause - the exception causing this failure


Copyright © 2004-2005 D-Haven.org. All Rights Reserved.