Class UnrecognizedFormatException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.io.IOException
 - 
- org.apache.commons.compress.archivers.dump.DumpArchiveException
 - 
- org.apache.commons.compress.archivers.dump.UnrecognizedFormatException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class UnrecognizedFormatException extends DumpArchiveException
Unrecognized Format Exception. This is either not a recognized dump archive or there's a bad tape segment header.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description UnrecognizedFormatException() 
 -