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:
java.io.Serializable
public class UnsupportedCompressionAlgorithmException extends DumpArchiveException
Unsupported compression algorithm. The dump archive uses an unsupported compression algorithm (BZLIB2 or LZO).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedCompressionAlgorithmException()
UnsupportedCompressionAlgorithmException(java.lang.String alg)
-