org.jwarp.service.connectionpool
Class PoolInitException

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

public class PoolInitException
extends java.lang.Exception

This is the only new exception introduced by this package. In most cases a SQLException will be raised. This exception occurrs when a connection pool failed to initialize.

See Also:
Serialized Form

Constructor Summary
PoolInitException(java.lang.String reason)
          Creates a new PoolInitException
 
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

PoolInitException

public PoolInitException(java.lang.String reason)
Creates a new PoolInitException
Parameters:
reason - The error description text.

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