com.sun.management.oss
Class UnsupportedOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.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
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 |
UnsupportedOperationException
public UnsupportedOperationException()
UnsupportedOperationException
public UnsupportedOperationException(java.lang.String message)