Class UnsupportedJobDescriptionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnsupportedJobDescriptionException
    extends XenonException
    Signals that a combination of options used in a JobDescription is not supported by a resource.
    Since:
    1.0
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UnsupportedJobDescriptionException

        public UnsupportedJobDescriptionException​(java.lang.String adaptorName,
                                                  java.lang.String message,
                                                  java.lang.Throwable t)
      • UnsupportedJobDescriptionException

        public UnsupportedJobDescriptionException​(java.lang.String adaptorName,
                                                  java.lang.String message)