org.jwarp.service.connectionpool
Class InvalidPoolException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.jwarp.service.connectionpool.InvalidPoolException
All Implemented Interfaces:
java.io.Serializable

public class InvalidPoolException
extends java.lang.Exception

This exception is raised when access to a connection pool fails because such a connection pool does not exist.

See Also:
Serialized Form

Constructor Summary
InvalidPoolException(java.lang.String reason)
          Creates a new exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidPoolException

public InvalidPoolException(java.lang.String reason)
Creates a new exception.
Parameters:
reason - The pool name/reason

©   O R C A   S y s t e m s