Package com.gooddata.sdk.service.md
Class ObjUpdateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gooddata.sdk.common.GoodDataException
com.gooddata.sdk.service.md.ObjUpdateException
- All Implemented Interfaces:
Serializable
public class ObjUpdateException
extends com.gooddata.sdk.common.GoodDataException
Metadata object couldn't be updated
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionObjUpdateException(String message, T obj) Construct a new instance of ObjUpdateException.ObjUpdateException(T obj, 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
-
Constructor Details
-
ObjUpdateException
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 updatecause- the cause of error
-
ObjUpdateException
Construct a new instance of ObjUpdateException.- Type Parameters:
T- the type of metadata object you're trying to update- Parameters:
message- the detail messageobj- the metadata object you're trying to update
-