UnexpectedRowCountException

com.mchange.sc.sqlutil.UnexpectedRowCountException
final class UnexpectedRowCountException(message: String, cause: Throwable) extends SQLException

Attributes

Graph
Supertypes
class SQLException
trait Iterable[Throwable]
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

final def addSuppressed(x$0: Throwable): Unit

Attributes

Inherited from:
Throwable
def fillInStackTrace(): Throwable

Attributes

Inherited from:
Throwable
def forEach(x$0: Consumer[_ >: Throwable <: <FromJavaObject>]): Unit

Attributes

Inherited from:
Iterable
def getCause(): Throwable

Attributes

Inherited from:
Throwable
def getErrorCode(): Int

Attributes

Inherited from:
SQLException
def getLocalizedMessage(): String

Attributes

Inherited from:
Throwable
def getMessage(): String

Attributes

Inherited from:
Throwable
def getNextException(): SQLException

Attributes

Inherited from:
SQLException
def getSQLState(): String

Attributes

Inherited from:
SQLException
def getStackTrace(): Array[StackTraceElement]

Attributes

Inherited from:
Throwable
final def getSuppressed(): Array[Throwable]

Attributes

Inherited from:
Throwable
def initCause(x$0: Throwable): Throwable

Attributes

Inherited from:
Throwable
def iterator(): Iterator[Throwable]

Attributes

Inherited from:
SQLException
def printStackTrace(x$0: PrintWriter): Unit

Attributes

Inherited from:
Throwable
def printStackTrace(x$0: PrintStream): Unit

Attributes

Inherited from:
Throwable
def printStackTrace(): Unit

Attributes

Inherited from:
Throwable
def setNextException(x$0: SQLException): Unit

Attributes

Inherited from:
SQLException
def setStackTrace(x$0: Array[StackTraceElement]): Unit

Attributes

Inherited from:
Throwable
def spliterator(): Spliterator[Throwable]

Attributes

Inherited from:
Iterable
def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Inherited from:
Throwable