public class BlockingTimeoutException extends LdapPoolException
BlockingTimeoutException
is thrown when a blocking operation
times out. See BlockingLdapPool.checkOut()
.Constructor and Description |
---|
BlockingTimeoutException(Exception e)
This creates a new
BlockingTimeoutException with the supplied
Exception . |
BlockingTimeoutException(String msg)
This creates a new
BlockingTimeoutException with the supplied
String . |
BlockingTimeoutException(String msg,
Exception e)
This creates a new
BlockingTimeoutException with the supplied
String and Exception . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BlockingTimeoutException(String msg)
BlockingTimeoutException
with the supplied
String
.msg
- String
public BlockingTimeoutException(Exception e)
BlockingTimeoutException
with the supplied
Exception
.e
- Exception
Copyright © 2018. All rights reserved.