Class SubmissionCompleteProcessorException

All Implemented Interfaces:
Serializable

public class SubmissionCompleteProcessorException extends ApplicationException
Provides a Submission Complete Processor Exception class.
See Also:
  • Constructor Details

    • 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