javax.microedition.contactless
Class ContactlessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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:


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

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 © 2005-2006 Nokia Corporation. All Rights Reserved.
Java is a trademark of Sun Microsystems, Inc.