private static void checkStatus()

in src/main/java/org/apache/nlpcraft/client/impl/NCClientImpl.java [278:280]


    private static void checkStatus(NCStatusResponseBean r) throws NCClientException {
        checkStatus(r.getStatus());
    }