Class DeleteException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.thestencil.client.spi.exceptions.DeleteException
-
- All Implemented Interfaces:
Serializable
public class DeleteException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeleteException(StencilClient.Entity<?> entity, io.resys.thena.docdb.api.actions.CommitActions.CommitResult commit)DeleteException(String entityId, StencilClient.EntityType type, io.resys.thena.docdb.api.actions.ObjectsActions.ObjectsResult<io.resys.thena.docdb.api.actions.ObjectsActions.BlobObjects> commit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<io.resys.thena.docdb.api.models.Message>getCommit()StringgetEntityId()StencilClient.EntityTypegetType()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DeleteException
public DeleteException(String entityId, StencilClient.EntityType type, io.resys.thena.docdb.api.actions.ObjectsActions.ObjectsResult<io.resys.thena.docdb.api.actions.ObjectsActions.BlobObjects> commit)
-
DeleteException
public DeleteException(StencilClient.Entity<?> entity, io.resys.thena.docdb.api.actions.CommitActions.CommitResult commit)
-
-
Method Detail
-
getEntityId
public String getEntityId()
-
getType
public StencilClient.EntityType getType()
-
getCommit
public List<io.resys.thena.docdb.api.models.Message> getCommit()
-
-