Interface | Description |
---|---|
HttpStatusType |
Base interface for statuses used in responses.
|
LimitedSizeHttpServletRequest |
Defines an object to provide client request information to a servlet
including option to limit maximum request size.
|
Class | Description |
---|---|
MultipartRequest |
Helper class for safe working with multipart requests.
|
UESErrorAttribute |
DTO of UESRuntimeException attribute.
|
UESErrorMessage |
DTO of UESRuntimeException message.
|
UESErrorResponse |
DTO of UESRuntimeException error response.
|
UESWCPConstants | |
WebCommandClientErrorHandlerFilter |
Restores exception from REST command response.
|
WebCommandRequest |
Helper class for web command requests.
|
Enum | Description |
---|---|
HttpErrorStatus | |
HttpErrorStatus.Family |
An enumeration representing the class of status code.
|
RequestSizeExceecedRTException.E05I06 |
Default error code for exceptions.
|
UESHttpHeadersRTException.E05I04 |
Error codes for this exception.
|
UESWCPRemoteInvocationRTException.E05I02 |
Error codes for this exception.
|
WebCommandConvertRTException.E05I00 |
Error codes for this exception.
|
WebCommandInjectRTException.E05I01 |
Error codes for this exception.
|
Exception | Description |
---|---|
RequestSizeExceecedRTException |
RequestSizeExceecedRTException.
|
UESHttpHeadersRTException |
UESGZIPContetnEncodingFilterException
|
UESWCPRemoteInvocationRTException |
Encapsulates the Errors thrown by UES Web Command Server.
|
WebCommandCallRTException |
The wrapper for exceptions that happenned during execution
of a web command.
|
WebCommandConvertRTException |
The exception for cases when converting DTO to / from a stream fails.
|
WebCommandInjectRTException |
The exception for cases when injecting a value from a HHTP request into
a web command fails.
|
WebCommandRTException |
Parent of all platform exceptions thrown in webcmd module.
|