Class Catalog.CatalogIsLockedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- ca.cgjennings.apps.arkham.plugins.catalog.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
-
-
Constructor Summary
Constructors Constructor Description CatalogIsLockedException()
-