Class ObjUpdateException

  • All Implemented Interfaces:
    Serializable

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

      • ObjUpdateException

        public ObjUpdateException​(T obj,
                                  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​(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