public class NotFoundException extends BusinessException
codestatus| 限定符 | 构造器和说明 |
|---|---|
protected |
NotFoundException() |
|
NotFoundException(int status,
String message) |
|
NotFoundException(int status,
String code,
String message,
Throwable cause) |
|
NotFoundException(String message) |
|
NotFoundException(String code,
String message) |
|
NotFoundException(String message,
Throwable cause) |
getCodegetStatusCopyright © 2020 Joyqueue Community. All rights reserved.