Class SetUpJobException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SetUpJobException
    extends java.lang.Exception
    Exception during the set up of a job.
    Since:
    4.0.0
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SetUpJobException​(java.lang.String messsage)
      Construct with message.
      SetUpJobException​(java.lang.String message, java.lang.Throwable cause)
      Construct with a message and a cause.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • SetUpJobException

        public SetUpJobException​(java.lang.String messsage)
        Construct with message.
        Parameters:
        messsage - a message
      • SetUpJobException

        public SetUpJobException​(java.lang.String message,
                                 java.lang.Throwable cause)
        Construct with a message and a cause.
        Parameters:
        message - a message
        cause - a cause