Class Catalog.CatalogIsLockedException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Catalog

    public static class Catalog.CatalogIsLockedException
    extends java.io.IOException
    This exception is thrown when you attempt to download a catalog that is currently being updated. If the comment "#lock" is found at the top of a catalog file as it is downloaded, the download stops and this exception will be thrown.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

      • CatalogIsLockedException

        public CatalogIsLockedException()