Uses of Class
io.clonecloudstore.common.quarkus.exception.CcsNotAcceptableException
Packages that use CcsNotAcceptableException
Package
Description
-
Uses of CcsNotAcceptableException in io.clonecloudstore.accessor.replicator.application
Methods in io.clonecloudstore.accessor.replicator.application that throw CcsNotAcceptableExceptionModifier and TypeMethodDescriptionvoidRequestActionService.createObject(ReplicatorOrder replicatorOrder) RequestActionService.deleteBucket(ReplicatorOrder replicatorOrder) Delete bucket -
Uses of CcsNotAcceptableException in io.clonecloudstore.accessor.server.application
Methods in io.clonecloudstore.accessor.server.application that throw CcsNotAcceptableExceptionModifier and TypeMethodDescriptionAccessorObjectService.createObject(AccessorObject accessorObject, String hash, long len, String clientId) Before really creating Object, creates it in DB if possibleAccessorBucketService.deleteBucket(String bucketName, String clientId, boolean isPublic) Delete bucket from bucket name if owner -
Uses of CcsNotAcceptableException in io.clonecloudstore.accessor.server.commons
Methods in io.clonecloudstore.accessor.server.commons that throw CcsNotAcceptableExceptionModifier and TypeMethodDescriptionAccessorObjectServiceInterface.createObject(AccessorObject accessorObject, String hash, long len, String clientId) Before really creating Object, creates it in DB if possibleAccessorBucketServiceInterface.deleteBucket(String bucketName, String clientId, boolean isPublic) Delete bucket from bucket name -
Uses of CcsNotAcceptableException in io.clonecloudstore.accessor.server.simple.application
Methods in io.clonecloudstore.accessor.server.simple.application that throw CcsNotAcceptableExceptionModifier and TypeMethodDescriptionAccessorObjectService.createObject(AccessorObject accessorObject, String hash, long len, String clientId) Before really creating Object, creates it in DB if possibleAccessorBucketService.deleteBucket(String bucketName, String clientId, boolean isPublic) Delete bucket from bucket name if owner