org.acplt.oncrpc
Class OncRpcTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.acplt.oncrpc.OncRpcException
              extended by org.acplt.oncrpc.OncRpcTimeoutException
All Implemented Interfaces:
java.io.Serializable

public class OncRpcTimeoutException
extends OncRpcException

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:
Serialized Form

Field Summary
 
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
OncRpcTimeoutException()
          Initializes an OncRpcTimeoutException with a detail of OncRpcException.RPC_TIMEDOUT.
 
Method Summary
 
Methods inherited from class org.acplt.oncrpc.OncRpcException
getMessage, getReason
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OncRpcTimeoutException

public OncRpcTimeoutException()
Initializes an OncRpcTimeoutException with a detail of OncRpcException.RPC_TIMEDOUT.



Copyright © 2011. All Rights Reserved.