Class ErrorCodeConfigException

  • All Implemented Interfaces:
    Serializable

    public class ErrorCodeConfigException
    extends Exception
    Exception that is thrown on an invalid errorCodeConfig.yml
    See Also:
    Serialized Form
    • Constructor Detail

      • 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