Class RepositoryItemUnlockException

  • All Implemented Interfaces:
    java.io.Serializable

    public class RepositoryItemUnlockException
    extends RepositoryItemException
    Thrown when there is an issue when unlocking the file at the specified path.
    Since:
    1.5
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      RepositoryItemUnlockException​(java.lang.String path, java.lang.String message)
      Constructs a RepositoryItemUnlockException 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

      • RepositoryItemUnlockException

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