Package org.bitcoinj.core
Class VerificationException.EmptyInputsOrOutputs
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- org.bitcoinj.core.VerificationException
 - 
- org.bitcoinj.core.VerificationException.EmptyInputsOrOutputs
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
- Enclosing class:
 - VerificationException
 
public static class VerificationException.EmptyInputsOrOutputs extends VerificationException
- See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class org.bitcoinj.core.VerificationException
VerificationException.BlockVersionOutOfDate, VerificationException.CoinbaseHeightMismatch, VerificationException.CoinbaseScriptSizeOutOfRange, VerificationException.DuplicatedOutPoint, VerificationException.EmptyInputsOrOutputs, VerificationException.ExcessiveValue, VerificationException.LargerThanMaxBlockSize, VerificationException.NegativeValueOutput, VerificationException.NoncanonicalSignature, VerificationException.UnexpectedCoinbaseInput 
 - 
 
- 
Constructor Summary
Constructors Constructor Description EmptyInputsOrOutputs() 
 -