Package org.acplt.oncrpc
Class OncRpcProgramNotRegisteredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.acplt.oncrpc.OncRpcException
-
- org.acplt.oncrpc.OncRpcProgramNotRegisteredException
-
- All Implemented Interfaces:
java.io.Serializable
public class OncRpcProgramNotRegisteredException extends OncRpcException
The classOncRpcProgramNotRegisteredException
indicates that the requests ONC/RPC program is not available at the specified host.- Version:
- $Revision: 1.2 $ $Date: 2005/11/11 21:03:30 $ $State: Exp $ $Locker: $
- Author:
- Harald Albrecht
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
Defines the serial version UID forOncRpcProgramNotRegisteredException
.-
Fields inherited from class org.acplt.oncrpc.OncRpcException
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 Summary
Constructors Constructor Description OncRpcProgramNotRegisteredException()
Constructs an ONC/RPC program not registered exception with a detail code ofOncRpcException.RPC_PROGNOTREGISTERED
and an appropriate clear-text detail message.
-
Method Summary
-
Methods inherited from class org.acplt.oncrpc.OncRpcException
getMessage, getReason
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Defines the serial version UID forOncRpcProgramNotRegisteredException
.- See Also:
- Constant Field Values
-
-