public class JsonRpcException extends Exception
Constructor and Description |
---|
JsonRpcException() |
JsonRpcException(String detailMessage,
String name,
int code,
String message,
Object error) |
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
Object |
getError() |
String |
getMessage() |
String |
getName() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public String getName()
public int getCode()
public String getMessage()
getMessage
in class Throwable
public Object getError()
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.