public class ServerCreationException extends ApiException
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 |
---|
ServerCreationException() |
ServerCreationException(java.lang.String arg0)
Constructs an instance of a
ServerCreationException
class. |
ServerCreationException(java.lang.String arg0,
java.lang.Throwable arg1)
Constructs an instance of a
ServerCreationException
class. |
ServerCreationException(java.lang.Throwable arg0)
Constructs an instance of a
ServerCreationException
class. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getXml()
Returning XML representation representing the exception.
|
int |
ordinal()
Returning id of the exception to facilitate unmarshaling XML representation
back into the Java object.
|
public ServerCreationException()
public ServerCreationException(java.lang.String arg0, java.lang.Throwable arg1)
ServerCreationException
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 ServerCreationException(java.lang.String arg0)
ServerCreationException
class.arg0
- A string containing the authentication failure.public ServerCreationException(java.lang.Throwable arg0)
ServerCreationException
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 ApiException
int
.public java.lang.String getXml()
getXml
in class ApiException
String
.