Class 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:
  • Field Details

  • Constructor Details

    • UnsupportedCompressionAlgorithmException

      public UnsupportedCompressionAlgorithmException()
      Constructs a UnsupportedCompressionAlgorithmException.
    • UnsupportedCompressionAlgorithmException

      public UnsupportedCompressionAlgorithmException(String algorithm)
      Constructs a UnsupportedCompressionAlgorithmException with the specified algorithm name.
      Parameters:
      algorithm - The algorithm name to use in the detailed message.