Atavism Version 2018.1AGIS API

atavism.msgsys
Class RPCTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by atavism.server.util.AORuntimeException
                  extended by atavism.msgsys.RPCTimeoutException
All Implemented Interfaces:
java.io.Serializable

public class RPCTimeoutException
extends AORuntimeException

This exception is thrown when an RPC call times out.

See Also:
Serialized Form

Constructor Summary
RPCTimeoutException()
           
RPCTimeoutException(java.lang.String msg)
           
RPCTimeoutException(java.lang.String msg, java.lang.Throwable cause)
           
RPCTimeoutException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

RPCTimeoutException

public RPCTimeoutException()

RPCTimeoutException

public RPCTimeoutException(java.lang.String msg)

RPCTimeoutException

public RPCTimeoutException(java.lang.String msg,
                           java.lang.Throwable cause)

RPCTimeoutException

public RPCTimeoutException(java.lang.Throwable cause)


Copyright © 2018 Dragonsan Studios Sp. z o.o.