- All Known Implementing Classes:
ClientError,DefaultStatus,ServerError
public interface Status
Describes numeric status value of system during processing. The value can describe wider status
of processing and be used for inter-system communication. The typical example can be widely known
HTTP response status.
-
Method Summary
-
Method Details
-
getStatusId
int getStatusId()Value of system-wide processing status.- Returns:
- Numeric representation of status returned with the exception.
-