Class DumpArchiveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.commons.compress.archivers.dump.DumpArchiveException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidFormatException
,ShortFileException
,UnrecognizedFormatException
,UnsupportedCompressionAlgorithmException
Dump Archive Exception
- See Also:
-
Constructor Summary
ConstructorDescriptionDumpArchiveException
(String msg, Throwable cause) DumpArchiveException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DumpArchiveException
public DumpArchiveException() -
DumpArchiveException
-
DumpArchiveException
-
DumpArchiveException
-