public interface ServerExceptionData
| 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.
|
String getCode()
String getMessage()
String getLocalizedMessage()
String getExceptionclass()
Copyright © 2015–2017 IBM Corporation. Licensed under the Apache License, Version 2.0.