public class ExceptionBean extends Object implements Serializable
| Constructor and Description |
|---|
ExceptionBean() |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode()
Returns the wsclient error code, that is describing the issue.
|
@Nullable String |
getErrorMessage()
Returns the wsclient error message, that is describing the issue.
|
@Nullable String |
getStackTrace()
Returns the stacktrace, that lead to the creation of this exception.
|
void |
setErrorCode(int errorCode)
Sets the wsclient error code, that is describing the issue.
|
void |
setErrorMessage(@Nullable String errorMessage)
Sets the wsclient error message, that is describing the issue.
|
void |
setStackTrace(@Nullable String stackTrace)
Sets the stacktrace, that lead to the creation of this exception.
|
public int getErrorCode()
public void setErrorCode(int errorCode)
errorCode - The wsclient error code, that is describing the issue.@Nullable public @Nullable String getErrorMessage()
public void setErrorMessage(@Nullable
@Nullable String errorMessage)
errorMessage - The wsclient error message, that is describing the issue.@Nullable public @Nullable String getStackTrace()
public void setStackTrace(@Nullable
@Nullable String stackTrace)
stackTrace - The stacktrace, that lead to the creation of this exception.Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.