com.github.mauricio.async.db.exceptions
Members list
Type members
Classlikes
class BufferNotFullyConsumedException(buffer: ByteBuf) extends DatabaseException
Attributes
- Supertypes
-
class DatabaseExceptionclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
class CanceledChannelFutureException(val channelFuture: ChannelFuture) extends IllegalStateException
Attributes
- Supertypes
-
class IllegalStateExceptionclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
class ConnectionNotConnectedException(val connection: Connection) extends DatabaseException
Attributes
- Supertypes
-
class DatabaseExceptionclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
class ConnectionStillRunningQueryException(connectionCount: Long, caughtRace: Boolean) extends DatabaseException
Attributes
- Supertypes
-
class DatabaseExceptionclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
class ConnectionTimeoutedException(val connection: Connection) extends DatabaseException
Attributes
- Supertypes
-
class DatabaseExceptionclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
class DatabaseException(message: String, cause: Throwable) extends RuntimeException
Attributes
- Supertypes
-
class RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class UnknownLengthExceptionShow all
class DateEncoderNotAvailableException(value: Any) extends DatabaseException
Attributes
- Supertypes
-
class DatabaseExceptionclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
class EncoderNotAvailableException(message: KindedMessage) extends DatabaseException
Attributes
- Supertypes
-
class DatabaseExceptionclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
class InsufficientParametersException(expected: Int, params: Seq[Any]) extends DatabaseException
Raised when the user gives more or less parameters than the query takes. Each parameter is a ? (question mark) in the query string. The count of ? should be the same as the count of items in the provided sequence of parameters.
Raised when the user gives more or less parameters than the query takes. Each parameter is a ? (question mark) in the query string. The count of ? should be the same as the count of items in the provided sequence of parameters.
Value parameters
- expected
-
the expected count of parameters
- given
-
the collection given
Attributes
- Supertypes
-
class DatabaseExceptionclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
class NegativeMessageSizeException(code: Byte, size: Int) extends DatabaseException
Attributes
- Supertypes
-
class DatabaseExceptionclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
class ParserNotAvailableException(t: Byte) extends DatabaseException
Attributes
- Supertypes
-
class DatabaseExceptionclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
class UnableToParseURLException(message: String, base: Throwable) extends RuntimeException
Thrown to indicate that a URL Parser could not understand the provided URL.
Thrown to indicate that a URL Parser could not understand the provided URL.
Attributes
- Supertypes
-
class RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
class UnknownLengthException(length: Int) extends DatabaseException
Attributes
- Supertypes
-
class DatabaseExceptionclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
class UnsupportedAuthenticationMethodException(val authenticationType: String) extends DatabaseException
Attributes
- Supertypes
-
class DatabaseExceptionclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
In this article