Class ConfigManagerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.priint.pubserver.exception.PubServerException
com.priint.pubserver.config.exception.ConfigManagerException
- All Implemented Interfaces:
Serializable
Thrown if a procedure in a
ConfigManagerRemote implementation gets a problem when
working on a configuration file.- Since:
- 4.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfigManagerException(Object caller, int errorCode, String errorMessage) ConfigManagerException(Object caller, int errorCode, String errorMessage, Throwable cause) ConfigManagerException(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
-
ConfigManagerException
-
ConfigManagerException
-
ConfigManagerException
-