Class JobIdUnavailableException

  • All Implemented Interfaces:
    java.io.Serializable

    public class JobIdUnavailableException
    extends java.lang.Exception
    Exception thrown by AgentJobService when trying to reserve an ID that has already been used.
    Since:
    4.0.0
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      JobIdUnavailableException​(java.lang.String message)
      Constructor with message.
      JobIdUnavailableException​(java.lang.String message, java.lang.Throwable cause)
      Constructor with message and 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

      • JobIdUnavailableException

        public JobIdUnavailableException​(java.lang.String message)
        Constructor with message.
        Parameters:
        message - a message
      • JobIdUnavailableException

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