com.sun.management.oss
Class ResyncRequiredException

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

public class ResyncRequiredException
extends java.lang.Exception

This exception is thrown if a an update method (remote) contains a stale value object.

See Also:
Serialized Form

Constructor Summary
ResyncRequiredException()
           
ResyncRequiredException(ManagedEntityKey staleObjectKey, java.lang.String message)
           
 
Method Summary
 ManagedEntityKey getManagedEntityKey()
          Get the Key of the stale Managed Entity Value.
 
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

ResyncRequiredException

public ResyncRequiredException()

ResyncRequiredException

public ResyncRequiredException(ManagedEntityKey staleObjectKey,
                               java.lang.String message)
Method Detail

getManagedEntityKey

public ManagedEntityKey getManagedEntityKey()
Get the Key of the stale Managed Entity Value.

Returns:
Key of the stale Managed Entity Value.