com.ebmwebsourcing.easycommons.pooling
Class PoolException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.ebmwebsourcing.easycommons.lang.UncheckedException
                  extended by com.ebmwebsourcing.easycommons.pooling.PoolException
All Implemented Interfaces:
java.io.Serializable

public class PoolException
extends com.ebmwebsourcing.easycommons.lang.UncheckedException

General pool exception.

Author:
aruffie, Nicolas Oddoux - EBM WebSourcing
See Also:
GenericResourcePool, Serialized Form

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

Parameters:
message - the message for the exception

PoolException

public PoolException(java.lang.Throwable cause)
Create a pool exception

Parameters:
cause - the cause of the exception

PoolException

public PoolException(java.lang.String message,
                     java.lang.Throwable cause)
Create a pool exception

Parameters:
message - the message for the exception
cause - the cause of the exception


Copyright © 2012 Petals Link. All Rights Reserved.