Class RepositoryItemVersioningException

All Implemented Interfaces:
Serializable

public class RepositoryItemVersioningException extends RepositoryItemException
Thrown when an attempt is made to create a new version of an unversioned file.
Since:
1.1
See Also:
  • Constructor Details

    • RepositoryItemVersioningException

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