Class JobCancelledException

All Implemented Interfaces:
Serializable

public class JobCancelledException extends RuntimeServiceException
See Also:
  • Constructor Details

    • JobCancelledException

      public JobCancelledException()
      Constructor
    • JobCancelledException

      public JobCancelledException(String msg)
      Constructor with a detailed message.
      Parameters:
      msg - - the associated detailed message
    • JobCancelledException

      public JobCancelledException(Throwable cause)
      Constructor with the underlying cause.
      Parameters:
      cause - - the underlying cause for exception.
    • JobCancelledException

      public JobCancelledException(String msg, Throwable cause)
      Constructor with a detailed message and underlying cause.
      Parameters:
      msg - - the detailed message for the exception.
      cause - - underlying cause for the exception.