org.springframework.data.redis.connection
Class PoolException

java.lang.Object
  

extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.springframework.data.redis.connection.PoolException
All Implemented Interfaces:
Serializable

public class PoolException
extends NestedRuntimeException

Exception thrown when there are issues with a resource pool

See Also:
Serialized Form

Constructor Summary
PoolException(String msg)
          Constructs a new PoolException instance.
PoolException(String msg, Throwable cause)
          Constructs a new PoolException instance.
 
Method Summary
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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,
                     Throwable cause)
Constructs a new PoolException instance.

Parameters:
msg -
cause -

PoolException

public PoolException(String msg)
Constructs a new PoolException instance.

Parameters:
msg -