public class ObjCreateException
extends com.gooddata.GoodDataException
| Constructor and Description |
|---|
ObjCreateException(String message,
T obj)
Construct a new instance of ObjCreateException.
|
ObjCreateException(T obj,
Throwable cause)
Construct a new instance of ObjCreateException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ObjCreateException(T obj,
Throwable cause)
T - the type of metadata object you're trying to createobj - the metadata object you're trying to createcause - the cause of errorpublic ObjCreateException(String message, T obj)
T - the type of metadata object you're trying to createmessage - the detail messageobj - the metadata object you're trying to createCopyright © 2017. All rights reserved.