public final class SendBirdException
extends java.lang.Exception
| Constructor and Description |
|---|
SendBirdException(java.lang.Exception e,
int code) |
SendBirdException(java.lang.String message)
SendBirdException constructor.
|
SendBirdException(java.lang.String message,
int code)
SendBirdException constructor.
|
SendBirdException(java.lang.String message,
java.lang.Throwable throwable,
int code) |
SendBirdException(java.lang.Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode()
Returns error code.
|
void |
setCode(int code)
Sets the error code.
|
java.lang.String |
toString() |
public SendBirdException(java.lang.String message)
message - Error message.public SendBirdException(java.lang.Throwable throwable)
public SendBirdException(java.lang.Exception e,
int code)
public SendBirdException(java.lang.String message,
java.lang.Throwable throwable,
int code)
public SendBirdException(java.lang.String message,
int code)
message - Error message.code - Error code. Copyright © 2021, Sendbird or its affiliates. All rights reserved.
Report a bug or request a feature
For further developer documentation, see Chat SDK Documentation. That documentation contains more detailed descriptions, conceptual overviews, definitions of terms, and code examples.