public class ServerTimeoutException
extends java.lang.RuntimeException
FunctionClient
,
ExpressionClient
,
Serialized FormConstructor and Description |
---|
ServerTimeoutException()
The default constructor.
|
ServerTimeoutException(java.lang.String message)
Coanstructs an instance with an exception message
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getXml()
Returns the XML representation representing the exception.
|
int |
ordinal()
Returns the ID of the exception to facilitate unmarshaling XML representation
back into Java object.
|
public ServerTimeoutException()
public ServerTimeoutException(java.lang.String message)
message
- The message string containing more information about the exception.public int ordinal()
int
.public java.lang.String getXml()
String
.