com.casper.sdk.rpc.exceptions

Type members

Classlikes

class RPCException(message: String, cause: Throwable) extends Exception

RPC Exception Class

RPC Exception Class

Companion
object
object RPCException
Companion
class
class RPCIOException(cause: Throwable) extends RPCException

Thrown by RPC Call when the connection to the RPC server failed before recieving a response.

Thrown by RPC Call when the connection to the RPC server failed before recieving a response.