Searched refs:mSl4aException (Results 1 – 1 of 1) sorted by relevance
54 private final Sl4aException mSl4aException; field in Sl4aErrors57 mSl4aException = new Sl4aException(errorCode, errorMessage); in Sl4aErrors()64 return mSl4aException; in getError()74 return JsonRpcResult.error(id, mSl4aException); in toJson()85 return JsonRpcResult.error(id, mSl4aException, details); in toJson()