public class NonTransientResourceException extends ItemReaderException
Constructor and Description |
---|
NonTransientResourceException(java.lang.String message)
Create a new
NonTransientResourceException based on a message. |
NonTransientResourceException(java.lang.String message,
java.lang.Throwable cause)
Create a new
NonTransientResourceException based on a message and
another exception. |
public NonTransientResourceException(java.lang.String message, java.lang.Throwable cause)
NonTransientResourceException
based on a message and
another exception.message
- the message for this exceptioncause
- the other exceptionpublic NonTransientResourceException(java.lang.String message)
NonTransientResourceException
based on a message.message
- the message for this exception