wt.method
Class ServerLoadException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bywt.method.ServerLoadException
All Implemented Interfaces:
Serializable

public class ServerLoadException
extends Exception

An exception thrown by the method server when the server load has surpassed a given threshold. The exception may carry with it a reference to the next available method server. This exception is caught within the RemoteMethodServer.invoke method which in turn changes the default method server to the next available method server.

See Also:
Serialized Form

Field Summary
 MethodServer method_server
           
private static String versionID
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ServerLoadException()
           
ServerLoadException(MethodServer method_server)
           
ServerLoadException(String s)
           
 
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
 

Field Detail

versionID

private static final String versionID
See Also:
Constant Field Values

method_server

public MethodServer method_server
Constructor Detail

ServerLoadException

public ServerLoadException()

ServerLoadException

public ServerLoadException(String s)

ServerLoadException

public ServerLoadException(MethodServer method_server)