Class NotarizationException

All Implemented Interfaces:
Serializable

public class NotarizationException extends VaultException
Raised to signal a failure while persisting or retrieving notarization data.

It wraps any lower level exception coming from the underlying blockchain or storage implementation so that callers can react uniformly to notarization errors.

See Also:
  • Constructor Details

    • NotarizationException

      public NotarizationException(String message)
      Creates a new instance with the provided error message.
      Parameters:
      message - description of the failure