Uses of Class
org.saidone.exception.VaultException
Packages that use VaultException
-
Uses of VaultException in org.saidone.controller
Methods in org.saidone.controller with parameters of type VaultExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<String> GlobalExceptionHandler.handleVaultException(VaultException e) -
Uses of VaultException in org.saidone.exception
Subclasses of VaultException in org.saidone.exceptionModifier and TypeClassDescriptionclassException thrown when a node's checksum stored in Alfresco does not match the value stored in the vault.classGeneric exception thrown when a requested node cannot be located.classThrown when a node cannot be located in Alfresco.classThrown when a node cannot be located in the vault storage.classRaised to signal a failure while persisting or retrieving notarization data. -
Uses of VaultException in org.saidone.service
Methods in org.saidone.service that throw VaultExceptionModifier and TypeMethodDescriptionorg.alfresco.core.model.NodeRetrieves the node metadata by node ID.VaultService.restoreNode(String nodeId, boolean restorePermissions) Restores a node from the vault back to Alfresco.