Class ObjCreateException

  • All Implemented Interfaces:
    Serializable

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

      • ObjCreateException

        public ObjCreateException​(T obj,
                                  Throwable cause)
        Construct a new instance of ObjCreateException.
        Type Parameters:
        T - the type of metadata object you're trying to create
        Parameters:
        obj - the metadata object you're trying to create
        cause - the cause of error
      • ObjCreateException

        public ObjCreateException​(String message,
                                  T obj)
        Construct a new instance of ObjCreateException.
        Type Parameters:
        T - the type of metadata object you're trying to create
        Parameters:
        message - the detail message
        obj - the metadata object you're trying to create