Uses of Class
com.aspectran.core.activity.ActivityException
-
Packages that use ActivityException Package Description com.aspectran.core.activity A package for handling an activity that perform requests, business logic, and responses.com.aspectran.core.activity.aspect com.aspectran.core.activity.process com.aspectran.core.activity.process.action com.aspectran.core.activity.request com.aspectran.core.activity.response com.aspectran.core.activity.response.dispatch com.aspectran.core.activity.response.transform -
-
Uses of ActivityException in com.aspectran.core.activity
Subclasses of ActivityException in com.aspectran.core.activity Modifier and Type Class Description classActivityPerformExceptionException thrown when an attempt to perform an activity fails.classActivityPrepareExceptionException thrown when an attempt to prepare an activity fails.classActivityTerminatedExceptionException thrown when an activity is terminated during preparation or execution.classTransletNotFoundExceptionThis exception will be thrown when a translet not found. -
Uses of ActivityException in com.aspectran.core.activity.aspect
Subclasses of ActivityException in com.aspectran.core.activity.aspect Modifier and Type Class Description classAdviceConstraintViolationExceptionException thrown when an Advice Constraint Violation occurs.classAspectAdviceExceptionThe Class AspectAdviceException. -
Uses of ActivityException in com.aspectran.core.activity.process
Subclasses of ActivityException in com.aspectran.core.activity.process Modifier and Type Class Description classProcessExceptionThis exception will be thrown if the translet processing fails. -
Uses of ActivityException in com.aspectran.core.activity.process.action
Subclasses of ActivityException in com.aspectran.core.activity.process.action Modifier and Type Class Description classActionExecutionExceptionThis exception will be thrown when a action execution is failed.classParameterBindingExceptionThis exception will be thrown when failing to bind the request parameter to the action method parameter. -
Uses of ActivityException in com.aspectran.core.activity.request
Subclasses of ActivityException in com.aspectran.core.activity.request Modifier and Type Class Description classMissingMandatoryParametersExceptionAn exception indicating that a mandatory parameter was missing from the request.classRequestExceptionThis exception will be thrown when a translet request is failed.classRequestMethodNotAllowedExceptionException thrown when a request handler does not allow a specific request method. -
Uses of ActivityException in com.aspectran.core.activity.response
Subclasses of ActivityException in com.aspectran.core.activity.response Modifier and Type Class Description classResponseExceptionThe Class ResponseException. -
Uses of ActivityException in com.aspectran.core.activity.response.dispatch
Subclasses of ActivityException in com.aspectran.core.activity.response.dispatch Modifier and Type Class Description classDispatchResponseExceptionThe Class DispatchResponseException. -
Uses of ActivityException in com.aspectran.core.activity.response.transform
Subclasses of ActivityException in com.aspectran.core.activity.response.transform Modifier and Type Class Description classTransformResponseExceptionThe Class TransformResponseException.
-