Interface ErrorCodeAware

All Known Implementing Classes:
ServiceException

public interface ErrorCodeAware
Marker interface to get an error code.
Author:
Christian Bremer
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The default value of the 'code' attribute.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the error code.
  • Field Details

    • NO_ERROR_CODE_VALUE

      static final String 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