![JAR search and dependency download from the Maven repository](/logo.png)
com.ibm.optim.oaas.client.ServerExceptionData.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of api_java_client Show documentation
Show all versions of api_java_client Show documentation
Java client API for DOCplexCloud, version 1.0-STABLE-b832
The newest version!
ServerExceptionData (Java Client for DOcplexcloud 1.0 API)
com.ibm.optim.oaas.client
Interface ServerExceptionData
-
public interface ServerExceptionData
Remote exception data returned by the server. When an exception is raised by
the remote server, additional information might be returned.
-
-
Method Summary
Methods
Modifier and Type
Method and Description
String
getCode()
Returns the server-side exception code.
String
getExceptionclass()
Returns the server-side exception class name.
String
getLocalizedMessage()
Returns the server-side localized exception message.
String
getMessage()
Returns the server-side exception message.
List<String>
getParameters()
Returns the list of parameters associated with the exception.
-
-
Method Detail
-
getCode
String getCode()
Returns the server-side exception code.
- Returns:
- The server-side exception code.
-
getMessage
String getMessage()
Returns the server-side exception message.
- Returns:
- The formatted server-side exception message.
-
getLocalizedMessage
String getLocalizedMessage()
Returns the server-side localized exception message.
- Returns:
- The localized formatted server-side exception message.
-
getExceptionclass
String getExceptionclass()
Returns the server-side exception class name.
- Returns:
- The server-side exception class name.
Copyright © 2015–2017 IBM Corporation. Licensed under the Apache License, Version 2.0.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy