Class JobFileEncryptionException

  • All Implemented Interfaces:
    ExceptionData, Serializable

    @Generated("build/redwood/jbs/generated-exceptions/Exceptions.java.tmpl")
    public class JobFileEncryptionException
    extends com.redwood.scheduler.api.exception.JobFileException
    Unable to provide a job file as it cannot be supplied over an end-to-end encrypted channel.
    See Also:
    Serialized Form
    • Constructor Detail

      • JobFileEncryptionException

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

        public JobFileEncryptionException​(Throwable cause)
        Unable to provide a job file as it cannot be supplied over an end-to-end encrypted channel.
        Parameters:
        cause - The originating exception, null if this is the originating exception