org.das2.util.monitor.UncheckedCancelledOperationException
Experiment with unchecked vs checked exceptions.  This allows
 calling codes to check for this specific exception.  Note that this
 is a subclass of RuntimeException, not CancelledOperationException.
UncheckedCancelledOperationException( )
UncheckedCancelledOperationException( String message )
UncheckedCancelledOperationException( java.lang.Throwable cause )
UncheckedCancelledOperationException( String message, java.lang.Throwable cause )