com.openexchange.admin.rmi.exceptions
Class PoolException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.openexchange.admin.rmi.exceptions.PoolException
All Implemented Interfaces:
Serializable

public class PoolException
extends Exception

Author:
cutmasta
See Also:
Serialized Form

Constructor Summary
PoolException(String s)
           
PoolException(String message, Throwable cause)
           
PoolException(Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PoolException

public PoolException(String s)

PoolException

public PoolException(Throwable cause)
Parameters:
cause -

PoolException

public PoolException(String message,
                     Throwable cause)
Parameters:
message -
cause -