Uses of Class
io.clonecloudstore.common.quarkus.exception.CcsAlreadyExistException
Packages that use CcsAlreadyExistException
Package
Description
-
Uses of CcsAlreadyExistException in io.clonecloudstore.accessor.replicator.application
Methods in io.clonecloudstore.accessor.replicator.application that throw CcsAlreadyExistExceptionModifier and TypeMethodDescriptionRequestActionService.createBucket(ReplicatorOrder replicatorOrder) Create bucket from client Id and BucketName -
Uses of CcsAlreadyExistException in io.clonecloudstore.accessor.server.application
Methods in io.clonecloudstore.accessor.server.application that throw CcsAlreadyExistExceptionModifier and TypeMethodDescriptionAccessorBucketService.createBucket(String bucketName, String clientId, boolean isPublic) Create bucket from client Id and bucketNameAccessorObjectService.createObject(AccessorObject accessorObject, String hash, long len, String clientId) Before really creating Object, creates it in DB if possible -
Uses of CcsAlreadyExistException in io.clonecloudstore.accessor.server.commons
Methods in io.clonecloudstore.accessor.server.commons that throw CcsAlreadyExistExceptionModifier and TypeMethodDescriptionAccessorBucketServiceInterface.createBucket(String bucketName, String clientId, boolean isPublic) Create bucket from client Id and bucketNameAccessorObjectServiceInterface.createObject(AccessorObject accessorObject, String hash, long len, String clientId) Before really creating Object, creates it in DB if possible -
Uses of CcsAlreadyExistException in io.clonecloudstore.accessor.server.simple.application
Methods in io.clonecloudstore.accessor.server.simple.application that throw CcsAlreadyExistExceptionModifier and TypeMethodDescriptionAccessorBucketService.createBucket(String bucketName, String clientId, boolean isPublic) Create bucket from client Id and bucketNameAccessorObjectService.createObject(AccessorObject accessorObject, String hash, long len, String clientId) Before really creating Object, creates it in DB if possible