Class VerificationException

All Implemented Interfaces:
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 RuntimeException
See Also:
  • Constructor Details

    • VerificationException

      public VerificationException(String msg)
    • VerificationException

      public VerificationException(Exception e)
    • VerificationException

      public VerificationException(String msg, Throwable t)