Uses of Class
com.aspectran.core.activity.request.RequestException
-
Packages that use RequestException Package Description com.aspectran.core.activity.request com.aspectran.web.activity.request -
-
Uses of RequestException in com.aspectran.core.activity.request
Subclasses of RequestException in com.aspectran.core.activity.request Modifier and Type Class Description classMissingMandatoryAttributesExceptionA checked exception thrown to indicate that the required attributes are missing from the request.classMissingMandatoryParametersExceptionA checked exception thrown to indicate that the required parameters are missing from the request.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 RequestException in com.aspectran.web.activity.request
Subclasses of RequestException in com.aspectran.web.activity.request Modifier and Type Class Description classMultipartRequestParseExceptionException thrown when multipart request parse fails.
-