Class AsynchronousFailureException

All Implemented Interfaces:
Serializable

public class AsynchronousFailureException extends ItemWriterException
Exception indicating that a failure or early completion condition was detected in a remote worker.
Author:
Dave Syer
See Also:
  • Constructor Details

    • AsynchronousFailureException

      public AsynchronousFailureException(String message, Throwable cause)
      Create a new AsynchronousFailureException based on a message and another exception.
      Parameters:
      message - the message for this exception
      cause - the other exception
    • AsynchronousFailureException

      public AsynchronousFailureException(String message)
      Create a new AsynchronousFailureException based on a message.
      Parameters:
      message - the message for this exception