com.im.df.api 5.9

com.im.df.api.support
Class IllegalItemStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by com.im.df.api.support.IllegalItemStateException
All Implemented Interfaces:
Serializable

public class IllegalItemStateException
extends IllegalStateException

This exception informs DIF caller, that the item being operated on is in an invalid state to perform the operation. This may be because another parallel operation has changed the item incompatibly. This Exception should not be used to report security errors.

See Also:
Serialized Form

Constructor Summary
IllegalItemStateException(DFItem item, String s)
           
IllegalItemStateException(DFItem item, String message, Throwable cause)
           
 
Method Summary
 DFItem 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalItemStateException

public IllegalItemStateException(DFItem item,
                                 String message,
                                 Throwable cause)

IllegalItemStateException

public IllegalItemStateException(DFItem item,
                                 String s)
Method Detail

getItem

public DFItem getItem()

com.im.df.api 5.9