public class JobRequestFailedException extends RuntimeException
| Constructor and Description |
|---|
JobRequestFailedException(String message)
Build a JobRequestFailedException with the given message.
|
JobRequestFailedException(String message,
Throwable cause)
Build a JobNotFoundException with the specified cause and message.
|
JobRequestFailedException(Throwable cause)
Build a JobRequestFailedException with the given cause of the exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JobRequestFailedException(String message)
message - The message explaining the exceptionpublic JobRequestFailedException(Throwable cause)
cause - The cause of the exceptionCopyright © 2016–2018 Yahoo! Inc.. All rights reserved.