public class DigitalSignatureException extends ImageException
Represents errors that occur during steganography operations.
| Constructor and Description |
|---|
DigitalSignatureException(String message)
Initializes a new instance of the
DigitalSignatureException class with a specified error message. |
DigitalSignatureException(String message,
RuntimeException innerException)
Initializes a new instance of the
DigitalSignatureException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic DigitalSignatureException(String message)
Initializes a new instance of the DigitalSignatureException class with a specified error message.
message - The message that describes the error.public DigitalSignatureException(String message, RuntimeException innerException)
Initializes a new instance of the DigitalSignatureException class with a specified error message and a reference to the inner exception that is the cause of this exception.
message - The message that describes the error.innerException - The exception that is the cause of the current exception.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.