Class DumpArchiveException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.io.IOException
 - 
- org.apache.commons.compress.archivers.dump.DumpArchiveException
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
- Direct Known Subclasses:
 InvalidFormatException,ShortFileException,UnrecognizedFormatException,UnsupportedCompressionAlgorithmException
public class DumpArchiveException extends java.io.IOExceptionDump Archive Exception- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description DumpArchiveException()DumpArchiveException(java.lang.String msg)DumpArchiveException(java.lang.String msg, java.lang.Throwable cause)DumpArchiveException(java.lang.Throwable cause) 
 - 
 
- 
- 
Constructor Detail
- 
DumpArchiveException
public DumpArchiveException()
 
- 
DumpArchiveException
public DumpArchiveException(java.lang.String msg)
 
- 
DumpArchiveException
public DumpArchiveException(java.lang.String msg, java.lang.Throwable cause) 
- 
DumpArchiveException
public DumpArchiveException(java.lang.Throwable cause)
 
 - 
 
 -