public class RpcException
extends java.lang.RuntimeException
Constructor and Description |
---|
RpcException(java.lang.String message,
java.lang.String serviceExceptionType,
java.lang.String serviceExceptionDetails)
Constructs the exception.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getServiceExceptionDetails()
Gets service exception details including callstack.
|
java.lang.String |
getServiceExceptionType()
Gets name of the exception type thrown in the service.
|
public RpcException(java.lang.String message, java.lang.String serviceExceptionType, java.lang.String serviceExceptionDetails)
message
- original message from the service.serviceExceptionType
- name of the exception type thrown in the service.serviceExceptionDetails
- exception details including the callstack.public java.lang.String getServiceExceptionType()
public java.lang.String getServiceExceptionDetails()