Package org.bremersee.exception
Interface ErrorCodeAware
- All Known Implementing Classes:
ServiceException
public interface ErrorCodeAware
Marker interface to get an error code.
- Author:
- Christian Bremer
-
Field Summary
-
Method Summary
-
Field Details
-
NO_ERROR_CODE_VALUE
The default value of the 'code' attribute.- See Also:
-
-
Method Details
-
getErrorCode
String getErrorCode()Gets the error code.- Returns:
- the error code
-