Class ZipNioArchive.ArchiveNotOpenException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- org.apache.jackrabbit.vault.fs.io.ZipNioArchive.ArchiveNotOpenException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ZipNioArchive
public final class ZipNioArchive.ArchiveNotOpenException extends IllegalStateException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ArchiveNotOpenException(String archivePath)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ArchiveNotOpenException
public ArchiveNotOpenException(String archivePath)
-
-