org.apache.commons.compress.archivers.dump
Class UnsupportedCompressionAlgorithmException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.commons.compress.archivers.dump.DumpArchiveException
                  extended by 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

Constructor Summary
UnsupportedCompressionAlgorithmException()
           
UnsupportedCompressionAlgorithmException(String alg)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedCompressionAlgorithmException

public UnsupportedCompressionAlgorithmException()

UnsupportedCompressionAlgorithmException

public UnsupportedCompressionAlgorithmException(String alg)


Copyright © 2012 Apache Software Foundation. All Rights Reserved.