public class NonTransientResourceException extends ItemReaderException
| Constructor and Description |
|---|
NonTransientResourceException(String message)
Create a new
NonTransientResourceException based on a message. |
NonTransientResourceException(String message,
Throwable cause)
Create a new
NonTransientResourceException based on a message and
another exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NonTransientResourceException(String message, Throwable cause)
NonTransientResourceException based on a message and
another exception.message - the message for this exceptioncause - the other exceptionpublic NonTransientResourceException(String message)
NonTransientResourceException based on a message.message - the message for this exceptionCopyright © 2014 Pivotal. All rights reserved.