Class ConnectorException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ConnectorException
    extends java.lang.Exception
    Exception class for TRIPcof connector errors.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ConnectorException

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

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

        public ConnectorException​(ConnectorReturnCode rc,
                                  java.lang.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,
                                  java.lang.String message,
                                  java.lang.Throwable cause)
        Constructor for a new ConnectorException
        Parameters:
        rc - The return code to assign
        message - Error message
        cause - The causing error or exception