Constructors
constructor
- new SQLException(): SQLException
- new SQLException(reason: string): SQLException
- new SQLException(cause: any): SQLException
- new SQLException(reason: string, SQLState: string): SQLException
- new SQLException(reason: string, cause: any): SQLException
- new SQLException(reason: string, sqlState: string, cause: any): SQLException
- new SQLException(reason: string, SQLState: string, vendorCode: number): SQLException
- new SQLException(reason: string, sqlState: string, vendorCode: number, cause: any): SQLException
-
-
Parameters
-
Parameters
-
Parameters
-
reason: string
-
SQLState: string
-
Parameters
-
reason: string
-
cause: any
-
Parameters
-
reason: string
-
sqlState: string
-
cause: any
-
Parameters
-
reason: string
-
SQLState: string
-
vendorCode: number
-
Parameters
-
reason: string
-
sqlState: string
-
vendorCode: number
-
cause: any
Methods
addSuppressed
- addSuppressed(exception: any): void
forEach
- forEach(action: any): void
getLocalizedMessage
- getLocalizedMessage(): string
getStackTrace
- getStackTrace(): Array<any>
getSuppressed
- getSuppressed(): Array<any>
initCause
- initCause(cause: any): any
printStackTrace
-
Returns void
-
Parameters
Returns void
-
Parameters
Returns void
setStackTrace
- setStackTrace(stackTrace: Array<any>): void