public class InvalidConnectionException extends LdapException
Constructor and Description |
---|
InvalidConnectionException()
Instantiates a new invalid connection exception.
|
InvalidConnectionException(String explanation)
Instantiates a new invalid connection exception.
|
InvalidConnectionException(String explanation,
Throwable cause)
Instantiates a new invalid connection exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidConnectionException()
public InvalidConnectionException(String explanation)
explanation
- the explanationCopyright © 2017. All rights reserved.