Class GeneralJobFileRemoteException

  • All Implemented Interfaces:
    ExceptionData, Serializable

    @Generated("build/redwood/jbs/generated-exceptions/Exceptions.java.tmpl")
    public class GeneralJobFileRemoteException
    extends com.redwood.scheduler.api.exception.JobFileException
    Search for job file failed.
    See Also:
    Serialized Form
    • Constructor Detail

      • GeneralJobFileRemoteException

        protected GeneralJobFileRemoteException​(String newErrorCode,
                                                String messageFormat,
                                                Throwable cause,
                                                Object[] exceptionDataEN,
                                                Object[] exceptionData)
      • GeneralJobFileRemoteException

        public GeneralJobFileRemoteException​(Throwable cause,
                                             String message)
        Search for job file failed.
        Parameters:
        cause - The originating exception, null if this is the originating exception
        message - Reason for search-error.