Oracle Application Server Wireless Java API Reference
B10400-01

oracle.wireless.billing
Class BillingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.wireless.billing.BillingException
All Implemented Interfaces:
java.io.Serializable

public class BillingException
extends java.lang.Exception

This is generated when the billing driver incase of any exceptions while interfacicng with the external biling system

See Also:
Serialized Form

Constructor Summary
BillingException(java.lang.String msg)
           
BillingException(java.lang.Throwable detail)
           

 

Method Summary
 java.lang.Throwable getDetail()
          Get the nested exception.
 BillingResult getResult()
          Get the Billing Result returned by the Billing driver, if set
 void setResult(BillingResult result)
          Set the billing result returned by the Billing Driver

 

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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

BillingException

public BillingException(java.lang.String msg)

BillingException

public BillingException(java.lang.Throwable detail)
Method Detail

getDetail

public java.lang.Throwable getDetail()
Get the nested exception.
Returns:
the nested exception.

setResult

public void setResult(BillingResult result)
Set the billing result returned by the Billing Driver

getResult

public BillingResult getResult()
Get the Billing Result returned by the Billing driver, if set
Returns:
Billing Result returned by the Billing driver, if set. If no result set, null is returned.

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.