Class RepositoryItemNotFoundException

All Implemented Interfaces:
Serializable

public class RepositoryItemNotFoundException extends RepositoryItemException
Thrown when the specified repository item is not found.
Since:
1.1
See Also:
  • Constructor Details

    • RepositoryItemNotFoundException

      public RepositoryItemNotFoundException(String path, String message)
      Constructs a RepositoryItemNotFoundException with the specified path and message.
      Parameters:
      path - The path to the repository item.
      message - The detail message (which is saved for later retrieval by AbstractCheckedException.getMessage()).