com.centrasite.control.discovery
Class ItemDeletedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.centrasite.control.discovery.ItemDeletedException
All Implemented Interfaces:
java.io.Serializable

public class ItemDeletedException
extends java.lang.RuntimeException

See Also:
Serialized Form

Field Summary
static java.lang.String rcs_id
           
 
Constructor Summary
ItemDeletedException(Item item, java.lang.String id)
           
 
Method Summary
 Item getItem()
           
 
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
 

Field Detail

rcs_id

public static final java.lang.String rcs_id
See Also:
Constant Field Values
Constructor Detail

ItemDeletedException

public ItemDeletedException(Item item,
                            java.lang.String id)
Method Detail

getItem

public Item getItem()