Uses of Class
com.aspectran.core.activity.ActivityTerminatedException
-
Packages that use ActivityTerminatedException Package Description com.aspectran.core.activity A package for handling an activity that perform requests, business logic, and responses. -
-
Uses of ActivityTerminatedException in com.aspectran.core.activity
Methods in com.aspectran.core.activity that throw ActivityTerminatedException Modifier and Type Method Description protected voidCoreActivity. parseRequest()voidAbstractActivity. terminate()voidAbstractActivity. terminate(java.lang.String cause)voidActivity. terminate()Throws an ActivityTerminatedException to terminate the current activity.voidActivity. terminate(java.lang.String cause)Throws an ActivityTerminatedException with the reason for terminating the current activity.
-