Package com.gurock.smartinspect
Class InvalidConnectionsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.gurock.smartinspect.InvalidConnectionsException
-
- All Implemented Interfaces:
Serializable
public final class InvalidConnectionsException extends Exception
Used to report errors concerning the connections string in the SmartInspect class.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.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidConnectionsException(String e)Creates and initializes an InvalidConnectionsException instance.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidConnectionsException
public InvalidConnectionsException(String e)
Creates and initializes an InvalidConnectionsException instance.- Parameters:
e- The error message which describes the exception.
-
-