public class WebcomException
| Constructor and Description |
|---|
WebcomException(WebcomError fromError) |
WebcomException(java.lang.String errorCode,
java.lang.String message) |
| Modifier and Type | Method and Description |
|---|---|
WebcomError |
getError() |
java.lang.String |
getMessage() |
public WebcomException(@Nullable
WebcomError fromError)
public WebcomException(@NotNull
java.lang.String errorCode,
@Nullable
java.lang.String message)
@NotNull public WebcomError getError()
@Nullable public java.lang.String getMessage()