Class ObjUpdateException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ObjUpdateException
    extends com.gooddata.sdk.common.GoodDataException
    Metadata object couldn't be updated
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ObjUpdateException​(java.lang.String message, T obj)
      Construct a new instance of ObjUpdateException.
      ObjUpdateException​(T obj, java.lang.Throwable cause)
      Construct a new instance of ObjUpdateException.
    • Method Summary

      • 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

      • ObjUpdateException

        public ObjUpdateException​(T obj,
                                  java.lang.Throwable cause)
        Construct a new instance of ObjUpdateException.
        Type Parameters:
        T - the type of metadata object you're trying to update
        Parameters:
        obj - the metadata object you're trying to update
        cause - the cause of error
      • ObjUpdateException

        public ObjUpdateException​(java.lang.String message,
                                  T obj)
        Construct a new instance of ObjUpdateException.
        Type Parameters:
        T - the type of metadata object you're trying to update
        Parameters:
        message - the detail message
        obj - the metadata object you're trying to update