All Packages Class Hierarchy This Package Previous Next Index
Class distinct.rpc.RPCDecodeError
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----distinct.rpc.RPCError
|
+----distinct.rpc.RPCDecodeError
- public class RPCDecodeError
- extends RPCError
Thrown when a problem occurs during XDR decoding.
-
RPCDecodeError(String)
- Creates a new RPCDecodeError exception (reason is
JRPC.kRPC_CANTDECODERES)
RPCDecodeError
public RPCDecodeError(String s)
- Creates a new RPCDecodeError exception (reason is
JRPC.kRPC_CANTDECODERES)
- Parameters:
- s - The textual description of the error.
All Packages Class Hierarchy This Package Previous Next Index