Class SerializedException
- java.lang.Object
-
- com.databricks.sdk.service.pipelines.SerializedException
-
@Generated public class SerializedException extends Object
-
-
Constructor Summary
Constructors Constructor Description SerializedException()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getClassName()
String
getMessage()
Collection<StackFrame>
getStack()
int
hashCode()
SerializedException
setClassName(String className)
SerializedException
setMessage(String message)
SerializedException
setStack(Collection<StackFrame> stack)
String
toString()
-
-
-
Method Detail
-
setClassName
public SerializedException setClassName(String className)
-
getClassName
public String getClassName()
-
setMessage
public SerializedException setMessage(String message)
-
getMessage
public String getMessage()
-
setStack
public SerializedException setStack(Collection<StackFrame> stack)
-
getStack
public Collection<StackFrame> getStack()
-
-