Uses of Class
com.aspectran.core.activity.ActivityPerformException
-
Packages that use ActivityPerformException Package Description com.aspectran.core.activity A package for handling an activity that perform requests, business logic, and responses. -
-
Uses of ActivityPerformException in com.aspectran.core.activity
Subclasses of ActivityPerformException in com.aspectran.core.activity Modifier and Type Class Description classActivityTerminatedExceptionChecked exception thrown when activity is terminated while preparing or performing.Methods in com.aspectran.core.activity that throw ActivityPerformException Modifier and Type Method Description voidActivity. perform()Performs the prepared activity.<V> VActivity. perform(InstantAction<V> instantAction)Performs the given instant activity.voidCoreActivity. perform()<V> VCoreActivity. perform(InstantAction<V> instantAction)<V> VInstantActivity. perform(InstantAction<V> instantAction)<V> VNonActivity. perform(InstantAction<V> instantAction)
-