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