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