Class RepositoryItemCheckoutException

  • All Implemented Interfaces:
    java.io.Serializable

    public class RepositoryItemCheckoutException
    extends RepositoryItemException
    Thrown when attempt is made to check out a repository file that is currently checked out.
    Since:
    1.1
    See Also:
    Serialized Form
    • Constructor Summary

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

      • RepositoryItemCheckoutException

        public RepositoryItemCheckoutException​(java.lang.String path,
                                               java.lang.String message)
        Constructs a RepositoryItemCheckoutException with the specified path and message.
        Parameters:
        path - The path to the resource.
        message - The detail message (which is saved for later retrieval by the AbstractCheckedException.getMessage() method).