public class ApiJobStoreException extends Exception
| Constructor and Description |
|---|
ApiJobStoreException(Exception cause,
JobRow jobRow)
Build an ApiJobStoreException with the cause and the JobRow on which the exception is thrown.
|
ApiJobStoreException(JobRow jobRow)
build an ApiJobStoreException associated with the given JobRow.
|
| Modifier and Type | Method and Description |
|---|---|
JobRow |
getJobRow() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ApiJobStoreException(JobRow jobRow)
jobRow - The JobRow on which this exception needs to be thrownpublic ApiJobStoreException(Exception cause, JobRow jobRow)
cause - The Exception that triggered this onejobRow - The JobRow the store attempted to save when the exception was triggeredpublic JobRow getJobRow()
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.