Searched refs:STATUS_TEXT_START (Results 1 – 1 of 1) sorted by relevance
76 private static final int STATUS_TEXT_START = 101; field in CommandStatusException.CommandStatus124 if (status < STATUS_TEXT_START || status > STATUS_TEXT_END) { in toString()127 int offset = status - STATUS_TEXT_START; in toString()