Package com.priint.pubserverapi.document
Class DocumentCheckServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.priint.pubserver.exception.PubServerException
com.priint.pubserver.exception.ServerException
com.priint.pubserverapi.document.DocumentCheckServiceException
- All Implemented Interfaces:
Serializable
public class DocumentCheckServiceException
extends com.priint.pubserver.exception.ServerException
implements Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDocumentCheckServiceException(int errorCode, Object caller, String errorMessage) DocumentCheckServiceException(int errorCode, Object caller, String errorMessage, Throwable cause) -
Method Summary
Methods inherited from class com.priint.pubserver.exception.ServerException
getErrorCode, getExceptionString4GWT, getLocalizedMessage, getMessage, getPlainMessage, getServerModuleMethods 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, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DocumentCheckServiceException
-
DocumentCheckServiceException
-