public final class InvalidConnectionsException extends Exception
Note: An invalid syntax, unknown protocols or inexistent options in the connections string will result in an InvalidConnectionsException exception. This exception type is used by the setConnections method of the SmartInspect class.
This class is not guaranteed to be threadsafe.
| Constructor and Description |
|---|
InvalidConnectionsException(String e)
Creates and initializes an InvalidConnectionsException instance.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidConnectionsException(String e)
e - The error message which describes the exception.Copyright © 2023. All rights reserved.