edu.vt.middleware.ldap.pool
Class PoolInterruptedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.vt.middleware.ldap.pool.LdapPoolException
              extended by edu.vt.middleware.ldap.pool.PoolInterruptedException
All Implemented Interfaces:
Serializable

public class PoolInterruptedException
extends LdapPoolException

PoolInterruptedException is thrown when a pool thread is unexpectedly interrupted while blocking.

Version:
$Revision: 1330 $
Author:
Middleware Services
See Also:
Serialized Form

Constructor Summary
PoolInterruptedException(Exception e)
          This creates a new PoolInterruptedException with the supplied Exception.
PoolInterruptedException(String msg)
          This creates a new PoolInterruptedException with the supplied String.
PoolInterruptedException(String msg, Exception e)
          This creates a new PoolInterruptedException with the supplied String and Exception.
 
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

PoolInterruptedException

public PoolInterruptedException(String msg)
This creates a new PoolInterruptedException with the supplied String.

Parameters:
msg - String

PoolInterruptedException

public PoolInterruptedException(Exception e)
This creates a new PoolInterruptedException with the supplied Exception.

Parameters:
e - Exception

PoolInterruptedException

public PoolInterruptedException(String msg,
                                Exception e)
This creates a new PoolInterruptedException with the supplied String and Exception.

Parameters:
msg - String
e - Exception


Copyright © 2003-2010 Virginia Tech. All Rights Reserved.