Oracle Application Server Wireless Java API Reference
B14043-01


oracle.wireless.billing
Class BillingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.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.

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.

setResult

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

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.