Class ErrorCodeNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.priint.pubserver.exception.PubServerException
com.priint.pubserver.plugin.exception.ErrorCodeNotFoundException
- All Implemented Interfaces:
Serializable
Thrown by ErrorCodeManager to report the problem with non existing error code.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionErrorCodeNotFoundException(String message, Throwable cause) ErrorCodeNotFoundException(String message, Throwable cause, int errorCode, Object caller) -
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
-
ErrorCodeNotFoundException
-
ErrorCodeNotFoundException
-