DigitalSignatureException

Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception, com.aspose.imaging.coreexceptions.ImageException

public class DigitalSignatureException extends ImageException

Represents errors that occur during steganography operations.

Constructors

ConstructorDescription
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.

DigitalSignatureException(String message)

public DigitalSignatureException(String message)

Initializes a new instance of the DigitalSignatureException class with a specified error message.

Parameters:

ParameterTypeDescription
messagejava.lang.StringThe message that describes the error.

DigitalSignatureException(String message, RuntimeException innerException)

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.

Parameters:

ParameterTypeDescription
messagejava.lang.StringThe message that describes the error.
innerExceptionjava.lang.RuntimeExceptionThe exception that is the cause of the current exception.