Class UnsupportedJobTypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.denodo.scheduler.client.commons.exceptions.UnsupportedJobTypeException
All Implemented Interfaces:
Serializable

public class UnsupportedJobTypeException extends IllegalArgumentException
Unchecked exception thrown when no support is available for a requested job type.
See Also:
  • Field Details

    • serialVersionUID

      protected static final long serialVersionUID
      For interoperability with possible future changes.
      See Also:
  • Constructor Details

    • UnsupportedJobTypeException

      public UnsupportedJobTypeException(String jobType)
      Constructs an instance of this class.
      Parameters:
      jobType - the name of the unsupported job type.