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 SerializedExceptionSerializedException. setClassName(String className)SerializedExceptionSerializedException. setMessage(String message)SerializedExceptionSerializedException. 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 ErrorDetailErrorDetail. setExceptions(Collection<SerializedException> exceptions)
-