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
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description UnsupportedCompressionAlgorithmException()
UnsupportedCompressionAlgorithmException(java.lang.String alg)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-