Uses of Interface
io.dialob.client.api.DialobStore.StoreExceptionMsg
-
Packages that use DialobStore.StoreExceptionMsg Package Description io.dialob.client.api io.dialob.client.spi.exceptions io.dialob.client.spi.store -
-
Uses of DialobStore.StoreExceptionMsg in io.dialob.client.api
Classes in io.dialob.client.api that implement DialobStore.StoreExceptionMsg Modifier and Type Class Description classImmutableStoreExceptionMsgImmutable implementation ofDialobStore.StoreExceptionMsg.Methods in io.dialob.client.api with parameters of type DialobStore.StoreExceptionMsg Modifier and Type Method Description static ImmutableStoreExceptionMsgImmutableStoreExceptionMsg. copyOf(DialobStore.StoreExceptionMsg instance)Creates an immutable copy of aDialobStore.StoreExceptionMsgvalue.ImmutableStoreExceptionMsg.BuilderImmutableStoreExceptionMsg.Builder. from(DialobStore.StoreExceptionMsg instance)Fill a builder with attribute values from the providedStoreExceptionMsginstance. -
Uses of DialobStore.StoreExceptionMsg in io.dialob.client.spi.exceptions
Methods in io.dialob.client.spi.exceptions that return types with arguments of type DialobStore.StoreExceptionMsg Modifier and Type Method Description List<DialobStore.StoreExceptionMsg>StoreException. getMessages()Constructors in io.dialob.client.spi.exceptions with parameters of type DialobStore.StoreExceptionMsg Constructor Description StoreException(Exception e, String code, DialobStore.StoreEntity target, DialobStore.StoreExceptionMsg... msg)StoreException(String code, DialobStore.StoreEntity target, DialobStore.StoreExceptionMsg... msg) -
Uses of DialobStore.StoreExceptionMsg in io.dialob.client.spi.store
Methods in io.dialob.client.spi.store that return DialobStore.StoreExceptionMsg Modifier and Type Method Description protected DialobStore.StoreExceptionMsgPersistenceCommands. convertMessages(io.resys.thena.docdb.api.actions.CommitActions.CommitResult commit)protected DialobStore.StoreExceptionMsgPersistenceCommands. convertMessages1(io.resys.thena.docdb.api.actions.ObjectsActions.ObjectsResult<io.resys.thena.docdb.api.actions.ObjectsActions.BlobObject> state)protected DialobStore.StoreExceptionMsgPersistenceCommands. convertMessages2(io.resys.thena.docdb.api.actions.ObjectsActions.ObjectsResult<io.resys.thena.docdb.api.actions.ObjectsActions.BlobObjects> state)
-