Class ConfigManagerValidateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.priint.pubserver.exception.PubServerException
com.priint.pubserver.config.exception.ConfigManagerValidateException
- All Implemented Interfaces:
Serializable
Thrown if the validation of a configuration XML failed
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfigManagerValidateException(Object caller, int errorCode, String errorMessage) ConfigManagerValidateException(Object caller, int errorCode, String errorMessage, Throwable cause) ConfigManagerValidateException(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
-
ConfigManagerValidateException
-
ConfigManagerValidateException
-
ConfigManagerValidateException
-