com.nokia.mid.iapinfo
Class IAPInfoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.nokia.mid.iapinfo.IAPInfoException
All Implemented Interfaces:
java.io.Serializable

public class IAPInfoException
extends java.lang.Exception

The main Exception class for IAPInfo API.

See Also:
Serialized Form

Constructor Summary
IAPInfoException(int aNativeError, java.lang.String aErrorMessage)
          Constructor with an integer and String argument.
IAPInfoException(java.lang.String aErrorMessage)
          Constructor with a String argument.
 
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

IAPInfoException

public IAPInfoException(java.lang.String aErrorMessage)
Constructor with a String argument.

Parameters:
aErrorMessage - the error message

IAPInfoException

public IAPInfoException(int aNativeError,
                        java.lang.String aErrorMessage)
Constructor with an integer and String argument. The native error received as parameter is converted into Symbian error string message.

Parameters:
aNativeError - the native error code
aErrorMessage - the error message


Copyright © 2007 Nokia Corporation. All rights reserved.