Package javax.jcr

Class PathNotFoundException

All Implemented Interfaces:
Serializable

public class PathNotFoundException extends RepositoryException
Exception thrown when no Item exists at the specified path or when the specified path implies intermediary Nodes that do not exist.
See Also:
  • Constructor Details

    • PathNotFoundException

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

      public PathNotFoundException(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.
    • PathNotFoundException

      public PathNotFoundException(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
    • PathNotFoundException

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