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