public class ObjUpdateException extends GoodDataException
| Constructor and 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.
|
public ObjUpdateException(T obj,
java.lang.Throwable cause)
T - the type of metadata object you're trying to updateobj - the metadata object you're trying to updatecause - the cause of errorpublic ObjUpdateException(java.lang.String message,
T obj)
T - the type of metadata object you're trying to updatemessage - the detail messageobj - the metadata object you're trying to updateCopyright © 2016. All Rights Reserved.