wt.method
Class ServerLoadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
wt.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
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
versionID
private static final String versionID
- See Also:
- Constant Field Values
method_server
public MethodServer method_server
ServerLoadException
public ServerLoadException()
ServerLoadException
public ServerLoadException(String s)
ServerLoadException
public ServerLoadException(MethodServer method_server)