Uses of Class
com.redwood.scheduler.api.exception.JobFileException
-
Packages that use JobFileException Package Description com.redwood.scheduler.api.exception Scheduler API - Exceptionscom.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.interfaces Scheduler API - High level model interfaces.com.redwood.scheduler.api.search Scheduler API - Search results -
-
Uses of JobFileException in com.redwood.scheduler.api.exception
Subclasses of JobFileException in com.redwood.scheduler.api.exception Modifier and Type Class Description class
GeneralJobFileRemoteException
Search for job file failed.class
InvalidContentTypeException
An invalid line range has been specified.class
InvalidSearchException
An invalid job file search or filter has been specified.class
JobFileContentAccessDeniedException
The user does not have access the requested job file contentclass
JobFileEncryptionException
Unable to provide a job file as it cannot be supplied over an end-to-end encrypted channel.class
JobFileNotYetPersistedException
The user attempts read from a new jobfile that has not been persisted yetclass
JobFileRemoteException
Unable to search job file because of a permanent remote exception. -
Uses of JobFileException in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model that throw JobFileException Modifier and Type Method Description CommonLog
JobFile. getCommonLog()
Wraps up the output file, using the common log format.InputStream
JobFile. getInputStream()
Retrieve an input stream for this jobfile.InputStream
JobFile. getInputStream(Long offset, Long length)
Retrieve an input stream for this jobfile.InputStream
JobFile. getInputStream(String searchPattern, long beginLine, long endLine, long searchOptions)
Retrieve an input stream for this jobfile.InputStream
JobFile. getInputStream(String searchPattern, long beginLine, long endLine, SearchFile[] searchOptions)
Retrieve an input stream for this jobfile. -
Uses of JobFileException in com.redwood.scheduler.api.model.interfaces
Methods in com.redwood.scheduler.api.model.interfaces that throw JobFileException Modifier and Type Method Description InputStream
FileParameterRuntime. getInputStream()
Get an InputStream to read the In content of an In or InOut parameter.RTXReader
TableParameter. getRTXReader()
An RTXReader that can be used to read data.RTXReader
TableParameterRuntime. getRTXReader()
Get an RTXReader to read the In content of an In or InOut parameter. -
Uses of JobFileException in com.redwood.scheduler.api.search
Methods in com.redwood.scheduler.api.search that throw JobFileException Modifier and Type Method Description boolean
SearchResultSet. next()
Attempt to advance to the next result.
-