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

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.InvalidPaymentRequestURL
All Implemented Interfaces:
Serializable
Enclosing class:
PaymentRequestException

public static class PaymentRequestException.InvalidPaymentRequestURL
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.InvalidPaymentRequestURL(Exception e)
           
PaymentRequestException.InvalidPaymentRequestURL(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.InvalidPaymentRequestURL

public PaymentRequestException.InvalidPaymentRequestURL(String msg)

PaymentRequestException.InvalidPaymentRequestURL

public PaymentRequestException.InvalidPaymentRequestURL(Exception e)


Copyright © 2014. All rights reserved.