Class NonTransientResourceException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NonTransientFlatFileException

public class NonTransientResourceException extends ItemReaderException
Exception indicating that an error has been encountered doing I/O from a reader, and the exception should be considered fatal.
Author:
Dave Syer, Mahmoud Ben Hassine
See Also:
  • Constructor Details

    • NonTransientResourceException

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

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