Klasse ProcessingErrorException

Alle implementierten Schnittstellen:
Serializable

public class ProcessingErrorException extends InvalidAccessException
An ProcessingErrorException is a RuntimeExcption thrown by the workflowManager if an error occurs during the process method
Autor:
rsoika
Siehe auch:
  • Felddetails

  • Konstruktordetails

    • ProcessingErrorException

      public ProcessingErrorException(String aErrorCode, String message)
    • ProcessingErrorException

      public ProcessingErrorException(String aErrorContext, String aErrorCode, String message)
    • ProcessingErrorException

      public ProcessingErrorException(String aErrorContext, String aErrorCode, String message, Exception e)