com.google.bitcoin.protocols.payments
Class PaymentRequestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.google.bitcoin.protocols.payments.PaymentRequestException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PaymentRequestException.Expired, PaymentRequestException.InvalidNetwork, PaymentRequestException.InvalidOutputs, PaymentRequestException.InvalidPaymentRequestURL, PaymentRequestException.InvalidPaymentURL, PaymentRequestException.InvalidPkiData, PaymentRequestException.InvalidPkiType, PaymentRequestException.InvalidVersion, PaymentRequestException.PkiVerificationException

public class PaymentRequestException
extends Exception

See Also:
Serialized Form

Nested Class Summary
static class PaymentRequestException.Expired
           
static class PaymentRequestException.InvalidNetwork
           
static class PaymentRequestException.InvalidOutputs
           
static class PaymentRequestException.InvalidPaymentRequestURL
           
static class PaymentRequestException.InvalidPaymentURL
           
static class PaymentRequestException.InvalidPkiData
           
static class PaymentRequestException.InvalidPkiType
           
static class PaymentRequestException.InvalidVersion
           
static class PaymentRequestException.PkiVerificationException
           
 
Constructor Summary
PaymentRequestException(Exception e)
           
PaymentRequestException(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

public PaymentRequestException(String msg)

PaymentRequestException

public PaymentRequestException(Exception e)


Copyright © 2014. All rights reserved.