org.apache.commons.compress.archivers.dump
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:
- 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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnrecognizedFormatException
public UnrecognizedFormatException()
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.