Class ProcessingException

    • Constructor Detail

      • ProcessingException

        public ProcessingException​(String message)
        Create an exception with the given message
        Parameters:
        message - the message for information
      • ProcessingException

        public ProcessingException​(String message,
                                   Throwable t)
        Create an exception with the given message and a root cause
        Parameters:
        message - the message for information
        t - original throwable