public class DataNotFoundException extends Exception
构造器和说明 |
---|
DataNotFoundException()
构造函数
|
DataNotFoundException(String message)
构造函数
|
DataNotFoundException(String message,
Throwable cause)
构造函数
|
DataNotFoundException(Throwable cause)
构造函数
|
public DataNotFoundException()
public DataNotFoundException(String message)
message
- 异常信息public DataNotFoundException(String message, Throwable cause)
message
- 异常信息cause
- 原因(保存以供以后通过Throwable.getCause()方法检索)。(允许值为null ,表示原因不存在或未知。)public DataNotFoundException(Throwable cause)
cause
- 原因(保存以供以后通过Throwable.getCause()方法检索)。(允许值为null ,表示原因不存在或未知。)Copyright © 2022 buession.com Inc.. All rights reserved.