Class JobFileContentAccessDeniedException

  • All Implemented Interfaces:
    ExceptionData, Serializable

    @Generated("build/redwood/jbs/generated-exceptions/Exceptions.java.tmpl")
    public class JobFileContentAccessDeniedException
    extends com.redwood.scheduler.api.exception.JobFileException
    The user does not have access the requested job file content
    See Also:
    Serialized Form
    • Constructor Detail

      • JobFileContentAccessDeniedException

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

        public JobFileContentAccessDeniedException​(Throwable cause,
                                                   String triggerName,
                                                   String exceptionMessage)
        The user does not have access the requested job file content
        Parameters:
        cause - The originating exception, null if this is the originating exception
        triggerName - The name of the custom trigger.
        exceptionMessage - The message of the root exception