com.sun.management.oss
Class UnsupportedOperationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sun.management.oss.UnsupportedOperationException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedOperationException
extends java.lang.Exception

Similar to java.lang.UnsupportedOperationException, except this inherits from Exception, not RuntimeException. This new class is required because J2EE containers deal with RuntimeException in a special way. See EJB specification.

This exception is thrown if a remote method is not implemented (and the throws clause states that this exception may be thrown).

See Also:
Serialized Form

Constructor Summary
UnsupportedOperationException()
           
UnsupportedOperationException(java.lang.String message)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedOperationException

public UnsupportedOperationException()

UnsupportedOperationException

public UnsupportedOperationException(java.lang.String message)