public class VerificationException extends RuntimeException
Modifier and Type | Class and Description |
---|---|
static class |
VerificationException.BlockVersionOutOfDate |
static class |
VerificationException.CoinbaseHeightMismatch |
static class |
VerificationException.CoinbaseScriptSizeOutOfRange |
static class |
VerificationException.DuplicatedOutPoint |
static class |
VerificationException.EmptyInputsOrOutputs |
static class |
VerificationException.ExcessiveValue |
static class |
VerificationException.LargerThanMaxBlockSize |
static class |
VerificationException.NegativeValueOutput |
static class |
VerificationException.UnexpectedCoinbaseInput |
Constructor and Description |
---|
VerificationException(Exception e) |
VerificationException(String msg) |
VerificationException(String msg,
Throwable t) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2016. All rights reserved.