Class ErrorCodeConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.exasol.errorcodecrawlermavenplugin.config.ErrorCodeConfigException
- All Implemented Interfaces:
Serializable
Exception that is thrown on an error code config.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionErrorCodeConfigException(String message) Create a new instance ofErrorCodeConfigException.ErrorCodeConfigException(String message, Throwable cause) Create a new instance ofErrorCodeConfigException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ErrorCodeConfigException
Create a new instance ofErrorCodeConfigException.- Parameters:
message- exception message
-
ErrorCodeConfigException
Create a new instance ofErrorCodeConfigException.- Parameters:
message- exception messagecause- exception cause
-