Interface TracelessException

All Known Implementing Classes:
AssetError, TemplateRestCodeError

public interface TracelessException
Marker interface for special exceptions which does not contain actual stack trace (no exception was thrown in user code) and used only to wrap return status code.
Since:
29.01.2019
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
  • Method Details

    • getStatus

      int getStatus()