org.ow2.cmi.pool
Class NamingPoolException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.util.pool.api.PoolException
              extended by org.ow2.cmi.pool.NamingPoolException
All Implemented Interfaces:
java.io.Serializable

public final class NamingPoolException
extends org.ow2.util.pool.api.PoolException

Author:
The new CMI team
See Also:
Serialized Form

Constructor Summary
NamingPoolException()
           
NamingPoolException(java.lang.String message)
           
NamingPoolException(java.lang.String message, java.lang.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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NamingPoolException

public NamingPoolException()

NamingPoolException

public NamingPoolException(java.lang.String message)
Parameters:
message -

NamingPoolException

public NamingPoolException(java.lang.String message,
                           java.lang.Throwable cause)
Parameters:
message -
cause -


Copyright © 2009 OW2 Consortium. All Rights Reserved.