public class IntegrityException
extends java.lang.Exception
IntegrityException indicates that the integrity of public or
private key or a signature cannot be established.| Constructor and Description |
|---|
IntegrityException(java.lang.String message)
Creates a new
IntegrityException to indicate problems with
a public or private key or a signature. |
IntegrityException(java.lang.String message,
java.lang.Throwable cause)
Creates a new
IntegrityException to indicate problems with
a public or private key or a signature. |
public IntegrityException(java.lang.String message)
IntegrityException to indicate problems with
a public or private key or a signature.message - The message for the exception.public IntegrityException(java.lang.String message,
java.lang.Throwable cause)
IntegrityException to indicate problems with
a public or private key or a signature.message - The message for the exception.cause - The exception that indicates the invalid integrity and
providing detailed information on the failure.