- All Implemented Interfaces:
- java.io.Serializable
public class AbortMethodException
extends java.lang.RuntimeException
This runtime exception is used for aborting the execution of a method at some stage.
It contains no information regarding the reason for the abortion - it is merely used
as an "interrupt" mechanism. The actual reason for an abortion will be contained by
the result object associated with the actual method-invocation.
- Author:
- ArO
- See Also:
- Serialized Form