Serialized Form
-
Package org.acplt.oncrpc
-
Class org.acplt.oncrpc.OncRpcAuthenticationException extends OncRpcException implements Serializable
- serialVersionUID:
- 7747394107888423440L
-
Serialized Fields
-
authStatusDetail
int authStatusDetail
Specific authentication status detail (reason why this authentication exception was thrown).
-
-
Class org.acplt.oncrpc.OncRpcBroadcastEvent extends java.util.EventObject implements Serializable
- serialVersionUID:
- 1604512454490873965L
-
Serialized Fields
-
params
XdrAble params
Contains the parameters sent in the ONC/RPC broadcast call. -
procedureNumber
int procedureNumber
Contains the number of the remote procedure called. -
reply
XdrAble reply
Contains the reply from a remote ONC/RPC server, which answered the broadcast call. -
replyAddress
java.net.InetAddress replyAddress
Contains the address of the sender of the ONC/RPC reply message.
-
-
Class org.acplt.oncrpc.OncRpcException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -2170017056632137324L
-
Serialized Fields
-
message
java.lang.String message
Specific detail about thisOncRpcException
, like a detailed error message. -
reason
int reason
Specific detail (reason) about thisOncRpcException
, like the ONC/RPC error code, as defined by theRPC_xxx
constants of this interface.
-
-
Class org.acplt.oncrpc.OncRpcProgramNotRegisteredException extends OncRpcException implements Serializable
- serialVersionUID:
- 5073156463000368270L
-
Class org.acplt.oncrpc.OncRpcTimeoutException extends OncRpcException implements Serializable
- serialVersionUID:
- 2777518173161399732L
-