|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.acplt.oncrpc.OncRpcException | +--org.acplt.oncrpc.OncRpcProgramNotRegisteredException
The class OncRpcProgramNotRegisteredException
indicates
that the requests ONC/RPC program is not available at the specified host.
Fields inherited from class org.acplt.oncrpc.OncRpcException |
message,
reason,
RPC_AUTHERROR,
RPC_BUFFEROVERFLOW,
RPC_BUFFERUNDERFLOW,
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 |
Fields inherited from class java.lang.Throwable |
backtrace,
detailMessage,
serialVersionUID |
Constructor Summary | |
OncRpcProgramNotRegisteredException()
Constructs an ONC/RPC program not registered exception with a detail code of OncRpcException.RPC_PROGNOTREGISTERED and an
appropriate clear-text detail message. |
Methods inherited from class org.acplt.oncrpc.OncRpcException |
getMessage,
getReason |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
printStackTrace,
printStackTrace,
printStackTrace,
printStackTrace0,
toString |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public OncRpcProgramNotRegisteredException()
OncRpcException.RPC_PROGNOTREGISTERED
and an
appropriate clear-text detail message.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |