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.classAdapterExceptionThe Class AdapterException.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.classAspectAdviceExceptionThrown when an error occurs while running advice. -
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 classActionExecutionExceptionThrown when an error occurs while executing an action.classMethodArgumentTypeMismatchExceptionThis exception will be thrown when failing to bind the request parameter to the action method parameter.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 classMissingMandatoryAttributesExceptionAn exception to indicate mandatory attributes missing from the request.classMissingMandatoryParametersExceptionAn exception to indicate mandatory parameters 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.classRequestParseExceptionException thrown when request could not be parsed.classSizeLimitExceededExceptionThrown to indicate that the request size exceeds the configured maximum. -
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.classViewDispatcherExceptionBase class for exceptions thrown during view dispatching. -
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 classCustomTransformResponseExceptionThe Class CustomTransformResponseException.classTransformResponseExceptionThrown if an error occurs while transforming the data needed for a response.
-