public class TaskCancelledException extends MsgException
Constructor and Description |
---|
TaskCancelledException()
Constructs an
TaskCancelledException without a detail message. |
TaskCancelledException(java.lang.String s)
Constructs an
TaskCancelledException with a detail message. |
public TaskCancelledException()
TaskCancelledException
without a detail message.public TaskCancelledException(java.lang.String s)
TaskCancelledException
with a detail message.s
- the detail message.