Class DataProviderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.priint.pubserver.exception.PubServerException
com.priint.pubserver.plugin.exception.DataProviderException
- All Implemented Interfaces:
Serializable
Thrown if a procedure in a
DataProviderManagerRemote implementation gets a problem executing a data provider call.
This signals a malfunctioning of the data provider itself or that the provider does not exist.
If possible, this object should pass exceptions that are thrown during execution of the provider.
- Since:
- 4.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDataProviderException(Object caller, int errorCode, String errorMessage, Throwable cause) DataProviderException(String module, String errorMessage) -
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
-
DataProviderException
-
DataProviderException
-