public class UnauthorizedException extends MessageBirdException
| Constructor and Description |
|---|
UnauthorizedException(List<ErrorReport> errors) |
UnauthorizedException(String s,
List<ErrorReport> errors) |
UnauthorizedException(String s,
Throwable throwable,
List<ErrorReport> errors) |
UnauthorizedException(Throwable throwable,
List<ErrorReport> errors) |
getErrorsaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnauthorizedException(List<ErrorReport> errors)
public UnauthorizedException(String s, List<ErrorReport> errors)
public UnauthorizedException(String s, Throwable throwable, List<ErrorReport> errors)
public UnauthorizedException(Throwable throwable, List<ErrorReport> errors)
Copyright © 2024. All rights reserved.