javax.microedition.contactless
Class ContactlessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.microedition.contactless.ContactlessException
Direct Known Subclasses:
VisualTagCodingException

public class ContactlessException
extends java.lang.Exception

This ContactlessException is thrown when an unsupported operation is attempted. Examples of such operations include:

Version:
1.0
Author:
Nokia Corporation

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

ContactlessException

public ContactlessException()

Constructs a ContactlessException with no detail message.


ContactlessException

public ContactlessException(java.lang.String message)

Constructs a ContactlessException with the specified detail message.

Parameters:
message - description of the exceptional situation


Copyright © 2004-2010 Nokia. All Rights Reserved.