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:
    AssetError, TemplateRestCodeError
    • Method Detail

      • getStatus

        int getStatus()