Class IntegrityException

    • Constructor Detail

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