Class NonExportableIntegrationObjectException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NonExportableIntegrationObjectException
    extends java.lang.RuntimeException
    An exception that occurs when the integration object is not supported to be exported.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NonExportableIntegrationObjectException​(java.lang.String integrationObjectCode)
      Instantiates a non exportable integration object exception.
    • 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

      • NonExportableIntegrationObjectException

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

      • getIntegrationObjectCode

        public java.lang.String getIntegrationObjectCode()