Class NonExportableIntegrationObjectNoRootItemException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NonExportableIntegrationObjectNoRootItemException
    extends java.lang.RuntimeException
    An exception that occurs when the exportable integration object does not have a root item.
    See Also:
    Serialized Form
    • Method Summary

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

      • NonExportableIntegrationObjectNoRootItemException

        public NonExportableIntegrationObjectNoRootItemException​(java.lang.String integrationObjectCode)
        Instantiates a non exportable integration object for missing the root item exception
        Parameters:
        integrationObjectCode - specifies the integration object code
    • Method Detail

      • getIntegrationObjectCode

        public java.lang.String getIntegrationObjectCode()