Class ConfigManagerMergeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.priint.pubserver.exception.PubServerException
com.priint.pubserver.config.exception.ConfigManagerMergeException
- All Implemented Interfaces:
Serializable
The type Config manager merge exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfigManagerMergeException(String message, Throwable cause, int errorCode, Object caller) Instantiates a new Config manager merge exception. -
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
-
ConfigManagerMergeException
Instantiates a new Config manager merge exception.- Parameters:
message- the messagecause- the causeerrorCode- the error codecaller- the caller
-