Package javax.jcr

Class ItemNotFoundException

All Implemented Interfaces:
Serializable

public class ItemNotFoundException extends RepositoryException
Exception thrown by methods of Item, Node and Workspace when an item is not found.
See Also:
  • Constructor Details

    • ItemNotFoundException

      public ItemNotFoundException()
      Constructs a new instance of this class with null as its detail message.
    • ItemNotFoundException

      public ItemNotFoundException(String message)
      Constructs a new instance of this class with the specified detail message.
      Parameters:
      message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.
    • ItemNotFoundException

      public ItemNotFoundException(String message, Throwable rootCause)
      Constructs a new instance of this class with the specified detail message and root cause.
      Parameters:
      message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.
      rootCause - root failure cause
    • ItemNotFoundException

      public ItemNotFoundException(Throwable rootCause)
      Constructs a new instance of this class with the specified root cause.
      Parameters:
      rootCause - root failure cause