Class ConnectorRuntimeException

  • All Implemented Interfaces:
    Serializable

    public class ConnectorRuntimeException
    extends Exception
    This is an Exception class. Connector module uses this class to thow exceptions both for internal and external(outside connector module ) Contains an message which indicates the error message.
    Author:
    Binod P.G
    See Also:
    Serialized Form
    • Constructor Detail

      • ConnectorRuntimeException

        public ConnectorRuntimeException​(String msg)
        Constructor
        Parameters:
        msg - Error message
      • ConnectorRuntimeException

        public ConnectorRuntimeException​(String msg,
                                         Throwable cause)
      • ConnectorRuntimeException

        public ConnectorRuntimeException​(Throwable t)