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
Unrecognized Format Exception. This is either not a recognized dump archive or there's a bad tape segment header.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnrecognizedFormatException
public UnrecognizedFormatException()
-