public class PoolInterruptedException extends LdapPoolException
PoolInterruptedException
is thrown when a pool thread is
unexpectedly interrupted while blocking.Constructor and Description |
---|
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 . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PoolInterruptedException(String msg)
PoolInterruptedException
with the supplied
String
.msg
- String
public PoolInterruptedException(Exception e)
PoolInterruptedException
with the supplied
Exception
.e
- Exception
Copyright © 2019. All rights reserved.