Package omero.cmd
Class HandleI.Cancel
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ome.conditions.RootException
-
- ome.conditions.InternalException
-
- omero.cmd.HandleI.Cancel
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- HandleI
public static class HandleI.Cancel extends ome.conditions.InternalException
Signals thatHandleI.run()
has noticed that the state diagram wants a cancellation or that theRequest
implementation wishes to stop execution.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Cancel(java.lang.String message)
-