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