Class NodeNotFoundException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NodeNotFoundOnAlfrescoException, NodeNotFoundOnVaultException

public class NodeNotFoundException extends VaultException
Generic exception thrown when a requested node cannot be located.

More specific subclasses clarify whether the node was expected to be present in Alfresco or in the vault storage.

See Also:
  • Constructor Details

    • NodeNotFoundException

      public NodeNotFoundException(String message)