org.springframework.batch.integration.chunk
Class AsynchronousFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.batch.item.ItemWriterException
                  extended by org.springframework.batch.integration.chunk.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:
Serialized Form

Constructor Summary
AsynchronousFailureException(String message)
          Create a new AsynchronousFailureException based on a message.
AsynchronousFailureException(String message, Throwable cause)
          Create a new AsynchronousFailureException based on a message and another exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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


Copyright © 2009 SpringSource. All Rights Reserved.