Serialized Form


Package javaclient2

Class javaclient2.PlayerException extends java.lang.RuntimeException implements Serializable

Serialized Fields

logger

java.util.logging.Logger logger

Package javaclient2.xdr

Class javaclient2.xdr.OncRpcException extends java.lang.Exception implements Serializable

serialVersionUID: -2170017056632137324L

Serialized Fields

reason

int reason
Specific detail (reason) about this OncRpcException, like the ONC/RPC error code, as defined by the RPC_xxx constants of this interface.

 

message

java.lang.String message
Specific detail about this OncRpcException, like a detailed error message.