Uses of Class
com.databricks.sdk.service.pipelines.SerializedException
-
Packages that use SerializedException Package Description com.databricks.sdk.service.pipelines -
-
Uses of SerializedException in com.databricks.sdk.service.pipelines
Methods in com.databricks.sdk.service.pipelines that return SerializedException Modifier and Type Method Description SerializedException
SerializedException. setClassName(String className)
SerializedException
SerializedException. setMessage(String message)
SerializedException
SerializedException. setStack(Collection<StackFrame> stack)
Methods in com.databricks.sdk.service.pipelines that return types with arguments of type SerializedException Modifier and Type Method Description Collection<SerializedException>
ErrorDetail. getExceptions()
Method parameters in com.databricks.sdk.service.pipelines with type arguments of type SerializedException Modifier and Type Method Description ErrorDetail
ErrorDetail. setExceptions(Collection<SerializedException> exceptions)
-