Uses of Class
io.nitric.api.NotFoundException
-
Packages that use NotFoundException Package Description io.nitric.api.document Provides the Document Service API.io.nitric.api.storage Provides the Storage Service API. -
-
Uses of NotFoundException in io.nitric.api.document
Methods in io.nitric.api.document that throw NotFoundException Modifier and Type Method Description T
DocumentRef. get()
Return the document reference content value. -
Uses of NotFoundException in io.nitric.api.storage
Methods in io.nitric.api.storage that throw NotFoundException Modifier and Type Method Description void
File. delete()
Delete an item from a bucket with the given key if it exists.byte[]
File. read()
Retrieve an item from a bucket with the given key if it exists.void
File. write(byte[] data)
Store an item to a bucket with the given key.
-