Copyright 2008 Motorola Inc. and Nokia Corporation. All Rights Reserved.
Specification License

javax.microedition.broadcast
Class UnsupportedOperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.microedition.broadcast.UnsupportedOperationException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedOperationException
extends java.lang.RuntimeException

UnsupportedOperationException is thrown when the designated (optional) operation is not supported.

See Also:
Serialized Form

Constructor Summary
UnsupportedOperationException()
          Constructs a UnsupportedOperationException with null as its error detail message.
UnsupportedOperationException(java.lang.String s)
          Constructs a UnsupportedOperationException 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

UnsupportedOperationException

public UnsupportedOperationException()
Constructs a UnsupportedOperationException with null as its error detail message.


UnsupportedOperationException

public UnsupportedOperationException(java.lang.String s)
Constructs a UnsupportedOperationException with the specified detail message. The error message string s can later be retrieved by the Throwable.getMessage() method of class Throwable.



Copyright 2008 Motorola Inc. and Nokia Corporation. All Rights Reserved.
Specification License