UnexpectedResultSizeException

final class UnexpectedResultSizeException(expectedSize: Set[Int], actualSize: Int) extends SQLException
class SQLException
trait Iterable[Throwable]
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any

Value members

Constructors

def this(expectedSize: Int, actualSize: Int)

Inherited methods

final def addSuppressed(x$0: Throwable): Unit
Inherited from:
Throwable
def fillInStackTrace(): Throwable
Inherited from:
Throwable
def forEach(x$0: Consumer[_ >: Throwable <: <FromJavaObject>]): Unit
Inherited from:
Iterable
def getCause(): Throwable
Inherited from:
Throwable
Inherited from:
SQLException
def getLocalizedMessage(): String
Inherited from:
Throwable
def getMessage(): String
Inherited from:
Throwable
def getNextException(): SQLException
Inherited from:
SQLException
def getSQLState(): String
Inherited from:
SQLException
def getStackTrace(): Array[StackTraceElement]
Inherited from:
Throwable
final def getSuppressed(): Array[Throwable]
Inherited from:
Throwable
def initCause(x$0: Throwable): Throwable
Inherited from:
Throwable
def iterator(): Iterator[Throwable]
Inherited from:
SQLException
def printStackTrace(x$0: PrintWriter): Unit
Inherited from:
Throwable
def printStackTrace(x$0: PrintStream): Unit
Inherited from:
Throwable
Inherited from:
Throwable
def setNextException(x$0: SQLException): Unit
Inherited from:
SQLException
def setStackTrace(x$0: Array[StackTraceElement]): Unit
Inherited from:
Throwable
def spliterator(): Spliterator[Throwable]
Inherited from:
Iterable
def toString(): String
Inherited from:
Throwable