Package org.bitcoinj.core
Class VerificationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.bitcoinj.core.VerificationException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ProtocolException,ScriptException,VerificationException.BlockVersionOutOfDate,VerificationException.CoinbaseHeightMismatch,VerificationException.CoinbaseScriptSizeOutOfRange,VerificationException.DuplicatedOutPoint,VerificationException.EmptyInputsOrOutputs,VerificationException.ExcessiveValue,VerificationException.LargerThanMaxBlockSize,VerificationException.NegativeValueOutput,VerificationException.NoncanonicalSignature,VerificationException.UnexpectedCoinbaseInput
public class VerificationException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVerificationException.BlockVersionOutOfDatestatic classVerificationException.CoinbaseHeightMismatchstatic classVerificationException.CoinbaseScriptSizeOutOfRangestatic classVerificationException.DuplicatedOutPointstatic classVerificationException.EmptyInputsOrOutputsstatic classVerificationException.ExcessiveValuestatic classVerificationException.LargerThanMaxBlockSizestatic classVerificationException.NegativeValueOutputstatic classVerificationException.NoncanonicalSignaturestatic classVerificationException.UnexpectedCoinbaseInput
-
Constructor Summary
Constructors Constructor Description VerificationException()VerificationException(java.lang.Exception e)VerificationException(java.lang.String msg)VerificationException(java.lang.String msg, java.lang.Throwable t)
-
-
-
Constructor Detail
-
VerificationException
public VerificationException()
-
VerificationException
public VerificationException(java.lang.String msg)
-
VerificationException
public VerificationException(java.lang.Exception e)
-
VerificationException
public VerificationException(java.lang.String msg, java.lang.Throwable t)
-
-