Class ConnectorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.priint.pubserver.exception.PubServerException
com.priint.pubserver.plugin.exception.ConnectorException
- All Implemented Interfaces:
Serializable
Thrown if a procedure in a
ConnectorRemote implementation gets a problem when processing the data
from the connector.
This signals malfunctioning in the connector itself, either due to flawed input arguments or wrong implementation.
If possible, this object should pass exceptions that are thrown internally in the cause argument of the exception.
- Since:
- 4.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConnectorException(Object caller, int errorCode, String errorMessage) ConnectorException(Object caller, int errorCode, String message, String... parameters) ConnectorException(Object caller, int errorCode, String errorMessage, Throwable cause) ConnectorException(Object caller, int errorCode, String message, Throwable cause, String... parameters) ConnectorException(Object caller, String errorMessage) ConnectorException(Object caller, String errorMessage, Throwable cause) -
Method Summary
Methods inherited from class com.priint.pubserver.exception.PubServerException
getCode, getErrorCodeInfo, getErrorsStack, getExceptionsStack, getFormattedMessage, getFormattedMessageTrace, getMessageStack, getModule, getParameters, retrieveErrorCodeInfo, retrieveErrorsStackMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConnectorException
-
ConnectorException
-
ConnectorException
-
ConnectorException
-
ConnectorException
-
ConnectorException
-