public class ServerNotRespondingException extends BaseException
Note: If you get this exception, and your server uses SSL, this exception might be
a result of a certificate "handshake" failure. For more information about adding a certificate to
your client application and to the server, see Chapter 7, "Troubleshooting," in the TIBCO
Spotfire Statistics Services User's Guide.
AdministrationClient
,
FunctionClient
,
ExpressionClient
,
Serialized FormConstructor and Description |
---|
ServerNotRespondingException()
Constructs an instance of a
ServerNotRespondingException
class. |
ServerNotRespondingException(java.lang.String arg0)
Constructs an instance of a
ServerNotRespondingException
class. |
ServerNotRespondingException(java.lang.String arg0,
java.lang.Throwable arg1)
Constructs an instance of a
ServerNotRespondingException
class. |
ServerNotRespondingException(java.lang.Throwable arg0)
Constructs an instance of a
ServerNotRespondingException
class. |
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 ServerNotRespondingException()
ServerNotRespondingException
class.public ServerNotRespondingException(java.lang.String arg0, java.lang.Throwable arg1)
ServerNotRespondingException
class.arg0
- A string containing the authentication failure.arg1
- The Java Throwable
class containing a snapshot
of the execution stack of its thread at the time it was
created.public ServerNotRespondingException(java.lang.String arg0)
ServerNotRespondingException
class.arg0
- A string containing the authentication failure.public ServerNotRespondingException(java.lang.Throwable arg0)
ServerNotRespondingException
class.arg0
- The Java Throwable
class containing a snapshot
of the execution stack of its thread at the time it was
created.public int ordinal()
ordinal
in class BaseException
int
.public java.lang.String getXml()
getXml
in class BaseException
String
.