com.sun.management.oss
Class SetException

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

public class SetException
extends java.lang.Exception

Indicates that there was a problem with a remote call to set the value of a Managed Entity.

See Also:
Serialized Form

Constructor Summary
SetException()
           
SetException(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

SetException

public SetException()

SetException

public SetException(java.lang.String message)