Class RepositoryItemUndoCheckoutException

All Implemented Interfaces:
Serializable

public class RepositoryItemUndoCheckoutException extends RepositoryItemException
Thrown when the specified repository file is not checked out, so the checkout cannot be reversed.
Since:
1.1
See Also:
  • Constructor Details

    • RepositoryItemUndoCheckoutException

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