Class IllegalItemStateException

  • All Implemented Interfaces:
    java.io.Serializable

    public class IllegalItemStateException
    extends java.lang.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.
    Author:
    svata
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DFItem getItem()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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,
                                         java.lang.String message,
                                         java.lang.Throwable cause)
      • IllegalItemStateException

        public IllegalItemStateException​(DFItem item,
                                         java.lang.String s)
    • Method Detail

      • getItem

        public DFItem getItem()