|
J2ME Wireless Toolkit WMA Bridge API | ||||||
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.sun.kvem.midp.io.j2se.wma.client.PhoneNumberNotAvailableException
Holds the error condition that occurs when a
WMAClient
attempts to connect to the WMA Server and requests a phone number
that is not available. It contains the phone number that was not available
(the requested number) and a suggested phone number that is currently
available.
This exception can be thrown by
WMAClient.connect
Method Summary | |
java.lang.String |
getRequestedNumber()
Return the requested phone number. |
java.lang.String |
getSuggestedNumber()
Return a suggested phone number. |
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 |
Method Detail |
public java.lang.String getRequestedNumber()
public java.lang.String getSuggestedNumber()
|
J2ME Wireless Toolkit WMA Bridge API | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |