Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

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

Accessors

Static $javaClass

  • get $javaClass(): any

Methods

addSuppressed

  • addSuppressed(exception: any): void

fillInStackTrace

  • fillInStackTrace(): any

forEach

  • forEach(action: any): void

getCause

  • getCause(): any

getErrorCode

  • getErrorCode(): number

getLocalizedMessage

  • getLocalizedMessage(): string

getMessage

  • getMessage(): string

getNextException

getSQLState

  • getSQLState(): string

getStackTrace

  • getStackTrace(): Array<any>

getSuppressed

  • getSuppressed(): Array<any>

initCause

  • initCause(cause: any): any

iterator

  • iterator(): any

printStackTrace

setNextException

setStackTrace

  • setStackTrace(stackTrace: Array<any>): void

spliterator

  • spliterator(): any

Generated using TypeDoc