Class JobUpdateException

All Implemented Interfaces:
Serializable

public class JobUpdateException extends AbstractCheckedException
Thrown when the job cannot be updated.
See Also:
  • Constructor Details

    • JobUpdateException

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