|
|||||||||
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 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, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ContactlessException()
ContactlessException
with no detail message.
public ContactlessException(java.lang.String message)
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 |