Packages

c

com.nawforce.platform.ConnectApi

ConnectApiException

class ConnectApiException extends Exception

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConnectApiException
  2. Exception
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ConnectApiException(param1: String, param2: Exception)
  2. new ConnectApiException(param1: String)
  3. new ConnectApiException(param1: Exception)
  4. new ConnectApiException()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def getCause(): Exception
    Definition Classes
    Exception
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def getDmlFieldNames(index: Integer): List[String]
    Definition Classes
    Exception
  12. def getDmlFields(index: Integer): List[SObjectField]
    Definition Classes
    Exception
  13. def getDmlId(index: Integer): String
    Definition Classes
    Exception
  14. def getDmlIndex(index: Integer): Integer
    Definition Classes
    Exception
  15. def getDmlMessage(index: Integer): String
    Definition Classes
    Exception
  16. def getDmlStatusCode(index: Integer): String
    Definition Classes
    Exception
  17. def getDmlType(index: Integer): StatusCode
    Definition Classes
    Exception
  18. def getErrorCode(): String
  19. def getLineNumber(): Integer
    Definition Classes
    Exception
  20. def getMessage(): String
    Definition Classes
    Exception
  21. def getNumDml(): Integer
    Definition Classes
    Exception
  22. def getStackTraceString(): String
    Definition Classes
    Exception
  23. def getTypeName(): String
    Definition Classes
    Exception
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def initCause(cause: Exception): Unit
    Definition Classes
    Exception
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def setMessage(message: String): Unit
    Definition Classes
    Exception
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Exception

Inherited from AnyRef

Inherited from Any

Ungrouped