Package org.saidone.exception
Class NotarizationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.saidone.exception.VaultException
org.saidone.exception.NotarizationException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionNotarizationException
(String message) Creates a new instance with the provided error message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotarizationException
Creates a new instance with the provided error message.- Parameters:
message
- description of the failure
-