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.


Constructor Index

 o RPCDecodeError(String)
Creates a new RPCDecodeError exception (reason is JRPC.kRPC_CANTDECODERES)

Constructors

 o 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