Class ErrorCodeConfigException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.exasol.errorcodecrawlermavenplugin.config.ErrorCodeConfigException
All Implemented Interfaces:
Serializable

public class ErrorCodeConfigException extends Exception
Exception that is thrown on an error code config.
See Also:
  • Constructor Details

    • ErrorCodeConfigException

      public ErrorCodeConfigException(String message)
      Create a new instance of ErrorCodeConfigException.
      Parameters:
      message - exception message
    • ErrorCodeConfigException

      public ErrorCodeConfigException(String message, Throwable cause)
      Create a new instance of ErrorCodeConfigException.
      Parameters:
      message - exception message
      cause - exception cause