com.im.df.api.support
Class IllegalItemStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IllegalItemStateException
public IllegalItemStateException(DFItem item,
String message,
Throwable cause)
IllegalItemStateException
public IllegalItemStateException(DFItem item,
String s)
getItem
public DFItem getItem()