public class PermissionDeniedException extends DXAPIException
| Constructor and Description |
|---|
PermissionDeniedException(String message,
int statusCode)
Creates a
PermissionDeniedException with the specified message
and HTTP status code. |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
getInstance, getStatusCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic PermissionDeniedException(String message, int statusCode)
PermissionDeniedException with the specified message
and HTTP status code.public String toString()
toString in class DXAPIExceptionCopyright © 2023. All Rights Reserved.