Serialized Form
-
Package tech.ydb.yoj.repository.db
-
Package tech.ydb.yoj.repository.db.exception
-
Exception tech.ydb.yoj.repository.db.exception.AggregateRepositoryException
class AggregateRepositoryException extends RepositoryException implements Serializable-
Serialized Fields
-
causes
List<RepositoryException> causes
-
-
-
Exception tech.ydb.yoj.repository.db.exception.ConversionException
class ConversionException extends RepositoryException implements Serializable -
Exception tech.ydb.yoj.repository.db.exception.CreateTableException
class CreateTableException extends RepositoryException implements Serializable -
Exception tech.ydb.yoj.repository.db.exception.DeadlineExceededException
class DeadlineExceededException extends RepositoryException implements Serializable -
Exception tech.ydb.yoj.repository.db.exception.DropTableException
class DropTableException extends RepositoryException implements Serializable -
Exception tech.ydb.yoj.repository.db.exception.EntityAlreadyExistsException
class EntityAlreadyExistsException extends RetryableException implements Serializable -
Exception tech.ydb.yoj.repository.db.exception.IllegalTransactionException
class IllegalTransactionException extends RepositoryException implements Serializable -
Exception tech.ydb.yoj.repository.db.exception.IllegalTransactionIsolationLevelException
class IllegalTransactionIsolationLevelException extends IllegalTransactionException implements Serializable -
Exception tech.ydb.yoj.repository.db.exception.IllegalTransactionScanException
class IllegalTransactionScanException extends IllegalTransactionException implements Serializable -
Exception tech.ydb.yoj.repository.db.exception.InternalRepositoryException
class InternalRepositoryException extends RepositoryException implements Serializable -
Exception tech.ydb.yoj.repository.db.exception.OptimisticLockException
class OptimisticLockException extends RetryableException implements Serializable -
Exception tech.ydb.yoj.repository.db.exception.QueryCancelledException
class QueryCancelledException extends RepositoryException implements Serializable -
Exception tech.ydb.yoj.repository.db.exception.QueryInterruptedException
class QueryInterruptedException extends RepositoryException implements Serializable -
Exception tech.ydb.yoj.repository.db.exception.RepositoryException
class RepositoryException extends RuntimeException implements Serializable -
Exception tech.ydb.yoj.repository.db.exception.RetryableException
class RetryableException extends RepositoryException implements Serializable-
Serialized Fields
-
retryPolicy
RetryPolicy retryPolicy
-
-
-
-
Package tech.ydb.yoj.repository.db.list
-
Exception tech.ydb.yoj.repository.db.list.BadListingException
class BadListingException extends IllegalArgumentException implements Serializable -
Exception tech.ydb.yoj.repository.db.list.BadListingException.BadOffset
class BadOffset extends BadListingException implements Serializable-
Serialized Fields
-
maxSkipSize
long maxSkipSize
-
-
-
Exception tech.ydb.yoj.repository.db.list.BadListingException.BadPageSize
class BadPageSize extends BadListingException implements Serializable-
Serialized Fields
-
maxPageSize
long maxPageSize
-
pageSize
long pageSize
-
-
-
Exception tech.ydb.yoj.repository.db.list.BadListingException.InvalidPageToken
class InvalidPageToken extends BadListingException implements Serializable
-