ConnectorRuntimeExceptionpublic 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. |
Constructors Summary |
---|
public ConnectorRuntimeException(String msg)Constructor
super(msg);
|
|