public class ConnectorException extends Exception
| Constructor and Description |
|---|
ConnectorException()
Constructor.
|
ConnectorException(String message)
Constructor with message.
|
ConnectorException(String message,
Throwable cause)
Constructor with message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConnectorException()
public ConnectorException(String message)
message - The exception message.Copyright © 2013. All Rights Reserved.