Class RepositoryItemDeleteException

  • All Implemented Interfaces:
    java.io.Serializable

    public class RepositoryItemDeleteException
    extends RepositoryItemException
    The class that represents a repository item that cannot be deleted. Typically this is because it is in use by another user (such as being checked out).
    Since:
    1.1
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      RepositoryItemDeleteException​(java.lang.String path, java.lang.String message)
      Constructs a RepositoryItemDeleteException with the specified path and message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RepositoryItemDeleteException

        public RepositoryItemDeleteException​(java.lang.String path,
                                             java.lang.String message)
        Constructs a RepositoryItemDeleteException 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()).