public class ConnectorException
extends java.lang.Exception
| Constructor and Description |
|---|
ConnectorException(ConnectorReturnCode rc)
Constructor for a new ConnectorException
|
ConnectorException(ConnectorReturnCode rc,
java.lang.String message)
Constructor for a new ConnectorException
|
ConnectorException(ConnectorReturnCode rc,
java.lang.String message,
java.lang.Throwable cause)
Constructor for a new ConnectorException
|
ConnectorException(ConnectorReturnCode rc,
java.lang.Throwable cause)
Constructor for a new ConnectorException
|
public ConnectorException(ConnectorReturnCode rc)
rc - The return code to assignpublic ConnectorException(ConnectorReturnCode rc, java.lang.String message)
rc - The return code to assignmessage - Error messagepublic ConnectorException(ConnectorReturnCode rc, java.lang.Throwable cause)
rc - The return code to assigncause - The causing error or exceptionpublic ConnectorException(ConnectorReturnCode rc, java.lang.String message, java.lang.Throwable cause)
rc - The return code to assignmessage - Error messagecause - The causing error or exception