Class SubmissionCompleteProcessorException

    • Constructor Detail

      • SubmissionCompleteProcessorException

        public SubmissionCompleteProcessorException​(Class<?> aClass,
                                                    String context,
                                                    String userMessage,
                                                    String solution)
        Create an Submission Complete Processor Exception object.
        Parameters:
        aClass - the source object class associated with the exception
        context - a message describing the context in which the error occurred
        userMessage - a detail message about the error intended for the user
        solution - an optional message outlining a solution to the problem
      • SubmissionCompleteProcessorException

        public SubmissionCompleteProcessorException​(Class<?> aClass,
                                                    Throwable cause,
                                                    String context,
                                                    String userMessage,
                                                    String solution)
        Create an Submission Complete Processor Exception object.
        Parameters:
        aClass - the source object class associated with the exception
        cause - the Throwable causing the error
        context - a message describing the context in which the error occurred
        userMessage - a detail message about the error intended for the user
        solution - an optional message outlining a solution to the problem