Class ObjCreateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gooddata.sdk.common.GoodDataException
com.gooddata.sdk.service.md.ObjCreateException
All Implemented Interfaces:
java.io.Serializable

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

    Constructors 
    Constructor Description
    ObjCreateException​(java.lang.String message, T obj)
    Construct a new instance of ObjCreateException.
    ObjCreateException​(T obj, java.lang.Throwable cause)
    Construct a new instance of ObjCreateException.
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ObjCreateException

      public ObjCreateException​(T obj, java.lang.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​(java.lang.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