org.acplt.oncrpc
public class OncRpcProgramNotRegisteredException extends OncRpcException
OncRpcProgramNotRegisteredException
indicates
that the requests ONC/RPC program is not available at the specified host.Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Defines the serial version UID for
OncRpcProgramNotRegisteredException . |
RPC_AUTHERROR, RPC_BUFFEROVERFLOW, RPC_BUFFERUNDERFLOW, RPC_CANNOTREGISTER, RPC_CANTDECODEARGS, RPC_CANTDECODERES, RPC_CANTENCODEARGS, RPC_CANTRECV, RPC_CANTSEND, RPC_FAILED, RPC_PMAPFAILURE, RPC_PROCUNAVAIL, RPC_PROGNOTREGISTERED, RPC_PROGUNAVAIL, RPC_PROGVERSMISMATCH, RPC_SUCCESS, RPC_SYSTEMERROR, RPC_TIMEDOUT, RPC_UNKNOWNPROTO, RPC_VERSMISMATCH, RPC_WRONGMESSAGE
Constructor and Description |
---|
OncRpcProgramNotRegisteredException()
Constructs an ONC/RPC program not registered exception with a detail
code of
OncRpcException.RPC_PROGNOTREGISTERED and an
appropriate clear-text detail message. |
getMessage, getReason
private static final long serialVersionUID
OncRpcProgramNotRegisteredException
.