net.rimlib.blackberry.api.payment
Class DigitalGoodNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.rimlib.blackberry.api.payment.PaymentException
              extended by net.rimlib.blackberry.api.payment.DigitalGoodNotFoundException
All Implemented Interfaces:
Serializable

public final class DigitalGoodNotFoundException
extends PaymentException

Thrown by the PaymentEngine when the digital good being purchased cannot be found on the Payment Service server.

See Also:
Serialized Form

Constructor Summary
DigitalGoodNotFoundException(String message)
          Creates an exception with the given detail message.
 
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

DigitalGoodNotFoundException

public DigitalGoodNotFoundException(String message)
Creates an exception with the given detail message.

Parameters:
message - The detail message.


Copyright © 2010 Research In Motion Limited. All Rights Reserved.