DaoSupportUninitializedException class.
427428429430431432433434435
return new PayloadMarshaller(this).marshall(entity); } private ApitraryClient resolveApitraryClient() { if (apitraryClient == null) { throw new DaoSupportUninitializedException("ApitraryClient was not set."); } return apitraryClient; }
456457458459460461462463464