public static class Canceled
extends java.lang.Object
Canceled
exception indicates that the method canceled itself in
response to an explicit request to do so. Methods being "canceled" for other
reasons (for example the client connection was closed, a time out occured, or
due to excessive resource consumption) should not report this exception.
Examples:
Counterexamples:
TimedOut
exception would be reported if the time was
specified as part of the input or is documented in the API contract.