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