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 classGeneralJobFileRemoteExceptionSearch for job file failed.classInvalidContentTypeExceptionAn invalid line range has been specified.classInvalidSearchExceptionAn invalid job file search or filter has been specified.classJobFileContentAccessDeniedExceptionThe user does not have access the requested job file contentclassJobFileEncryptionExceptionUnable to provide a job file as it cannot be supplied over an end-to-end encrypted channel.classJobFileNotYetPersistedExceptionThe user attempts read from a new jobfile that has not been persisted yetclassJobFileRemoteExceptionUnable 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 CommonLogJobFile. getCommonLog()Wraps up the output file, using the common log format.InputStreamJobFile. getInputStream()Retrieve an input stream for this jobfile.InputStreamJobFile. getInputStream(Long offset, Long length)Retrieve an input stream for this jobfile.InputStreamJobFile. getInputStream(String searchPattern, long beginLine, long endLine, long searchOptions)Retrieve an input stream for this jobfile.InputStreamJobFile. 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 InputStreamFileParameterRuntime. getInputStream()Get an InputStream to read the In content of an In or InOut parameter.RTXReaderTableParameter. getRTXReader()An RTXReader that can be used to read data.RTXReaderTableParameterRuntime. 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 booleanSearchResultSet. next()Attempt to advance to the next result.
-