public class DictException extends Exception
| 构造器和说明 |
|---|
DictException(String msg)
Constructor from java.sql.SQLException
|
DictException(String msg,
Throwable cause)
Constructor from java.sql.SQLException with added nested exception
|
DictException(Throwable cause)
Constructor from java.sql.SQLException with added nested exception
|
public DictException(String msg)
msg - -
the message for the exceptionSQLExceptionpublic DictException(String msg, Throwable cause)
msg - -
the message for the exceptioncause - -
the cause of the exceptionpublic DictException(Throwable cause)
cause - -
the cause of the exceptionCopyright © 2025. All rights reserved.