|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.microedition.contactless.ContactlessException
public class ContactlessException
This ContactlessException is thrown when an unsupported operation
is attempted. Examples of such operations include:
| Constructor Summary | |
|---|---|
ContactlessException()
Constructs a ContactlessException with no detail message. |
|
ContactlessException(java.lang.String message)
Constructs a ContactlessException with the specified detail message. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
getMessage, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ContactlessException()
Constructs a ContactlessException with no detail message.
public ContactlessException(java.lang.String message)
Constructs a ContactlessException with the specified detail message.
message - description of the exceptional situation
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||