Class JobExistsException

All Implemented Interfaces:
Serializable

public class JobExistsException extends AbstractCheckedException
Thrown when an attempt is made to create a job that exists.
See Also:
  • Constructor Details

    • JobExistsException

      public JobExistsException(String message)
      Construct a JobExistsException with the specified detail message.
      Parameters:
      message - The detail message (which is saved for later retrieval by AbstractCheckedException.getMessage()).