Package ag.smaser.trip.cfw
Class ConnectorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ag.smaser.trip.cfw.ConnectorException
- All Implemented Interfaces:
Serializable
Exception class for TRIPcof connector errors.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor for a new ConnectorExceptionConnectorException
(ConnectorReturnCode rc, String message) Constructor for a new ConnectorExceptionConnectorException
(ConnectorReturnCode rc, String message, Throwable cause) Constructor for a new ConnectorExceptionConnectorException
(ConnectorReturnCode rc, Throwable cause) Constructor for a new ConnectorException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConnectorException
Constructor for a new ConnectorException- Parameters:
rc
- The return code to assign
-
ConnectorException
Constructor for a new ConnectorException- Parameters:
rc
- The return code to assignmessage
- Error message
-
ConnectorException
Constructor for a new ConnectorException- Parameters:
rc
- The return code to assigncause
- The causing error or exception
-
ConnectorException
Constructor for a new ConnectorException- Parameters:
rc
- The return code to assignmessage
- Error messagecause
- The causing error or exception
-