Class UpsertIntegrationObjectWithClassificationAttributeException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class UpsertIntegrationObjectWithClassificationAttributeException
    extends java.lang.RuntimeException
    Throws this exception when a user is trying to upsert an Integration Object with classification attributes. This exception will be removed once POST and PATCH for classification attributes are implemented.
    See Also:
    Serialized Form
    • Method Summary

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

      • UpsertIntegrationObjectWithClassificationAttributeException

        public UpsertIntegrationObjectWithClassificationAttributeException​(java.lang.String method)
    • Method Detail

      • getMethod

        public java.lang.String getMethod()