Class IntegrityException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.aristaflow.adept2.util.IntegrityException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SecurityTokenIntegrityException

public class IntegrityException extends Exception
A IntegrityException indicates that the integrity of public or private key or a signature cannot be established.
Author:
Ulrich Kreher
See Also:
  • Constructor Details

    • IntegrityException

      public IntegrityException(String message)
      Creates a new IntegrityException to indicate problems with a public or private key or a signature.
      Parameters:
      message - The message for the exception.
    • IntegrityException

      public IntegrityException(String message, Throwable cause)
      Creates a new IntegrityException to indicate problems with a public or private key or a signature.
      Parameters:
      message - The message for the exception.
      cause - The exception that indicates the invalid integrity and providing detailed information on the failure.