Class NullKeyAttributeValueException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NullKeyAttributeValueException
    extends java.lang.RuntimeException
    Indicates that an operation involving item key cannot be performed because it does have a value for the required key attribute.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAttributeName()  
      java.lang.String getItemType()  
      • 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

      • NullKeyAttributeValueException

        public NullKeyAttributeValueException​(IntegrationObjectItemAttributeModel attr,
                                              java.util.Map<java.lang.String,​java.lang.Object> item)
    • Method Detail

      • getItemType

        public java.lang.String getItemType()
      • getAttributeName

        public java.lang.String getAttributeName()