Module io.hotmoka.verification
Package io.hotmoka.verification
Class UnsupportedVerificationVersionError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- io.hotmoka.verification.UnsupportedVerificationVersionError
-
- All Implemented Interfaces:
Serializable
public class UnsupportedVerificationVersionError extends Error
An exception thrown when the verification version of the node is not supported by the verification module of the node.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description intverificationVerification
-
Constructor Summary
Constructors Constructor Description UnsupportedVerificationVersionError(int verificationVerification)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-