public class ObjUpdateException
extends com.gooddata.GoodDataException
| Constructor and Description |
|---|
ObjUpdateException(String message,
T obj)
Construct a new instance of ObjUpdateException.
|
ObjUpdateException(T obj,
Throwable cause)
Construct a new instance of ObjUpdateException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ObjUpdateException(T obj,
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(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 © 2017. All rights reserved.