Class EyesException

    • Constructor Detail

      • EyesException

        public EyesException​(String message)
        Creates an EyesException instance.
        Parameters:
        message - A description of the error.
      • EyesException

        public EyesException​(String message,
                             Throwable e)
        Creates an EyesException instance.
        Parameters:
        message - A description of the error.
        e - The throwable this exception should wrap.