org.apache.commons.compress.archivers.dump
Class UnsupportedCompressionAlgorithmException
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.UnsupportedCompressionAlgorithmException
- All Implemented Interfaces:
- Serializable
public class UnsupportedCompressionAlgorithmException
- extends DumpArchiveException
Unsupported compression algorithm. The dump archive uses an unsupported
compression algorithm (BZLIB2 or LZO).
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsupportedCompressionAlgorithmException
public UnsupportedCompressionAlgorithmException()
UnsupportedCompressionAlgorithmException
public UnsupportedCompressionAlgorithmException(String alg)
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.