Class RepositoryItemUpdateException

All Implemented Interfaces:
Serializable

public class RepositoryItemUpdateException extends RepositoryItemException
Thrown when a repository item cannot be updated.
Since:
2.4
See Also:
  • Constructor Details

    • RepositoryItemUpdateException

      public RepositoryItemUpdateException(String path, String message)
      Constructs a RepositoryItemUpdateException 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()).