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:
java.io.Serializable
public class DataProviderException extends PubServerException
Thrown if a procedure in aDataProviderManagerRemoteimplementation 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataProviderException(java.lang.Object caller, int errorCode, java.lang.String errorMessage, java.lang.Throwable cause)DataProviderException(java.lang.String module, java.lang.String errorMessage)
-
Method Summary
-
Methods inherited from class com.priint.pubserver.exception.PubServerException
getCode, getErrorCodeInfo, getErrorsStack, getExceptionsStack, getFormattedMessage, getFormattedMessageTrace, getMessageStack, getModule, getParameters, retrieveErrorCodeInfo, retrieveErrorsStack
-
-