Package org.bitcoinj.core
Class ProtocolException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- org.bitcoinj.core.VerificationException
 - 
- org.bitcoinj.core.ProtocolException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class ProtocolException 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 ProtocolException()ProtocolException(java.lang.Exception e)ProtocolException(java.lang.String msg)ProtocolException(java.lang.String msg, java.lang.Exception e) 
 -