|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.nokia.mid.iapinfo.IAPInfoException
public class IAPInfoException
The main Exception class for IAPInfo API.
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 |
---|
public IAPInfoException(java.lang.String aErrorMessage)
aErrorMessage
- the error messagepublic IAPInfoException(int aNativeError, java.lang.String aErrorMessage)
aNativeError
- the native error codeaErrorMessage
- the error message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |