Class RepositoryItemMoveException

All Implemented Interfaces:
Serializable

public class RepositoryItemMoveException extends RepositoryItemException
The class that represents a repository item that cannot be moved.
Since:
1.7
See Also:
  • Constructor Details

    • RepositoryItemMoveException

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