public class CancellationException extends IllegalStateException
| Constructor and Description | 
|---|
| CancellationException()Constructs a  CancellationExceptionwith no detail message. | 
| CancellationException(String message)Constructs a  CancellationExceptionwith the specified detail message. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, toStringpublic CancellationException()
CancellationException with no detail message.public CancellationException(String message)
CancellationException with the specified detail message.message - the detail message