javax.microedition.contactless
Class ContactlessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.microedition.contactless.ContactlessException
All Implemented Interfaces:
java.io.Serializable
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:

See Also:
Serialized Form

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
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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-2009 Nokia Corporation. All Rights Reserved.
Java is a trademark of Sun Microsystems, Inc.