Exception ServiceException (3.19.4)

public class ServiceException extends Exception

Thrown by blocking RPC methods when a failure occurs.

Constructors

ServiceException(String message)

public ServiceException(String message)
Parameter
Name Description
message String

ServiceException(String message, Throwable cause)

public ServiceException(String message, Throwable cause)
Parameters
Name Description
message String
cause Throwable

ServiceException(Throwable cause)

public ServiceException(Throwable cause)
Parameter
Name Description
cause Throwable