public class CompressorException extends FrameworkException
The compressor exception.
Constructor and Description |
---|
CompressorException(String message)
Initializes a new instance of the
CompressorException class. |
CompressorException(String message,
RuntimeException innerException)
Initializes a new instance of the
CompressorException class. |
public CompressorException(String message)
Initializes a new instance of the CompressorException
class.
message
- The exception message.public CompressorException(String message, RuntimeException innerException)
Initializes a new instance of the CompressorException
class.
message
- The exception message.innerException
- The inner exception.Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.