Package org.acplt.oncrpc
Class OncRpcTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.acplt.oncrpc.OncRpcException
org.acplt.oncrpc.OncRpcTimeoutException
- All Implemented Interfaces:
Serializable
The class
OncRpcTimeoutException
indicates a timed out
call exception.- Version:
- $Revision: 1.2 $ $Date: 2005/11/11 21:05:00 $ $State: Exp $ $Locker: $
- Author:
- Harald Albrecht
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final long
Defines the serial version UID forOncRpcTimeoutException
.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
ConstructorsConstructorDescriptionInitializes anOncRpcTimeoutException
with a detail ofOncRpcException.RPC_TIMEDOUT
. -
Method Summary
Methods inherited from class org.acplt.oncrpc.OncRpcException
getMessage, getReason
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDDefines the serial version UID forOncRpcTimeoutException
.- See Also:
-
-
Constructor Details
-
OncRpcTimeoutException
public OncRpcTimeoutException()Initializes anOncRpcTimeoutException
with a detail ofOncRpcException.RPC_TIMEDOUT
.
-