Class ConnectorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ag.smaser.trip.cfw.ConnectorException
All Implemented Interfaces:
Serializable

public class ConnectorException extends Exception
Exception class for TRIPcof connector errors.
See Also:
  • Constructor Details

    • ConnectorException

      public ConnectorException(ConnectorReturnCode rc)
      Constructor for a new ConnectorException
      Parameters:
      rc - The return code to assign
    • ConnectorException

      public ConnectorException(ConnectorReturnCode rc, String message)
      Constructor for a new ConnectorException
      Parameters:
      rc - The return code to assign
      message - Error message
    • ConnectorException

      public ConnectorException(ConnectorReturnCode rc, Throwable cause)
      Constructor for a new ConnectorException
      Parameters:
      rc - The return code to assign
      cause - The causing error or exception
    • ConnectorException

      public ConnectorException(ConnectorReturnCode rc, String message, Throwable cause)
      Constructor for a new ConnectorException
      Parameters:
      rc - The return code to assign
      message - Error message
      cause - The causing error or exception