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:
java.io.Serializable
public class ErrorCodeNotFoundException extends PubServerException
Thrown by ErrorCodeManager to report the problem with non existing error code.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ErrorCodeNotFoundException(java.lang.String message, java.lang.Throwable cause)ErrorCodeNotFoundException(java.lang.String message, java.lang.Throwable cause, int errorCode, java.lang.Object caller)
-
Method Summary
-
Methods inherited from class com.priint.pubserver.exception.PubServerException
getCode, getErrorCodeInfo, getErrorsStack, getExceptionsStack, getFormattedMessage, getFormattedMessageTrace, getMessageStack, getModule, getParameters, retrieveErrorCodeInfo, retrieveErrorsStack
-
-