public class SmsapiException extends Exception
| Constructor and Description |
|---|
SmsapiException(String message) |
SmsapiException(String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isClientError(int code)
Deprecated.
use @link SmsapiLegacyErrorException#isClientError(int) instead
|
static boolean |
isHostError(int code)
Deprecated.
use @link SmsapiLegacyErrorException#isHostError(int) instead
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SmsapiException(String message)
Copyright © 2024. All rights reserved.