com.google.bitcoin.protocols.payments
Class PaymentRequestException.PkiVerificationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.google.bitcoin.protocols.payments.PaymentRequestException
              extended by com.google.bitcoin.protocols.payments.PaymentRequestException.PkiVerificationException
All Implemented Interfaces:
Serializable
Enclosing class:
PaymentRequestException

public static class PaymentRequestException.PkiVerificationException
extends PaymentRequestException

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.bitcoin.protocols.payments.PaymentRequestException
PaymentRequestException.Expired, PaymentRequestException.InvalidNetwork, PaymentRequestException.InvalidOutputs, PaymentRequestException.InvalidPaymentRequestURL, PaymentRequestException.InvalidPaymentURL, PaymentRequestException.InvalidPkiData, PaymentRequestException.InvalidPkiType, PaymentRequestException.InvalidVersion, PaymentRequestException.PkiVerificationException
 
Constructor Summary
PaymentRequestException.PkiVerificationException(Exception e)
           
PaymentRequestException.PkiVerificationException(String msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PaymentRequestException.PkiVerificationException

public PaymentRequestException.PkiVerificationException(String msg)

PaymentRequestException.PkiVerificationException

public PaymentRequestException.PkiVerificationException(Exception e)


Copyright © 2014. All rights reserved.