Serialized Form
-
Package org.apache.ignite.client
-
Exception org.apache.ignite.client.IgniteClientConnectionException
class IgniteClientConnectionException extends IgniteException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
endpoint
@Nullable String endpoint
The endpoint that caused the exception.
-
-
Exception org.apache.ignite.client.IgniteClientFeatureNotSupportedByServerException
class IgniteClientFeatureNotSupportedByServerException extends IgniteException implements Serializable- serialVersionUID:
- 0L
-
-
Package org.apache.ignite.compute
-
Exception org.apache.ignite.compute.ComputeException
class ComputeException extends IgniteException implements Serializable -
Exception org.apache.ignite.compute.NodeNotFoundException
class NodeNotFoundException extends ComputeException implements Serializable
-
-
Package org.apache.ignite.deployment.version
-
Exception org.apache.ignite.deployment.version.VersionParseException
class VersionParseException extends RuntimeException implements Serializable-
Serialized Fields
-
rawVersion
String rawVersion
-
-
-
-
Package org.apache.ignite.lang
-
Exception org.apache.ignite.lang.ClusterInitFailureException
class ClusterInitFailureException extends IgniteException implements Serializable -
Exception org.apache.ignite.lang.ClusterNotInitializedException
class ClusterNotInitializedException extends IgniteException implements Serializable -
Exception org.apache.ignite.lang.ColumnAlreadyExistsException
class ColumnAlreadyExistsException extends IgniteException implements Serializable -
Exception org.apache.ignite.lang.ColumnNotFoundException
class ColumnNotFoundException extends IgniteException implements Serializable -
Exception org.apache.ignite.lang.CursorClosedException
class CursorClosedException extends IgniteException implements Serializable -
Exception org.apache.ignite.lang.IgniteCheckedException
class IgniteCheckedException extends Exception implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
code
int code
Error code that contains information about the error group and code, where the code is unique within the group. The code structure is as follows: +------------+--------------+ | 16 bits | 16 bits | +------------+--------------+ | Group Code | Error Code | +------------+--------------+ -
errorPrefix
String errorPrefix
Prefix for error message. -
groupName
String groupName
Name of the error group. -
traceId
UUID traceId
Unique identifier of the exception that helps locating the error message in a log file.
-
-
Exception org.apache.ignite.lang.IgniteException
class IgniteException extends RuntimeException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
code
int code
Error code that contains information about the error group and code, where the code is unique within the group. The code structure is as follows: +------------+--------------+ | 16 bits | 16 bits | +------------+--------------+ | Group Code | Error Code | +------------+--------------+ -
errorPrefix
String errorPrefix
Prefix for error message. -
groupName
String groupName
Name of the error group. -
traceId
UUID traceId
Unique identifier of the exception that helps locate the error message in a log file.Not
final
because it gets accessed via reflection when creating a copy.
-
-
Exception org.apache.ignite.lang.IndexAlreadyExistsException
class IndexAlreadyExistsException extends IgniteException implements Serializable -
Exception org.apache.ignite.lang.IndexNotFoundException
class IndexNotFoundException extends IgniteException implements Serializable -
Exception org.apache.ignite.lang.MarshallerException
class MarshallerException extends IgniteException implements Serializable -
Exception org.apache.ignite.lang.NodeNotStartedException
class NodeNotStartedException extends IgniteException implements Serializable -
Exception org.apache.ignite.lang.NodeStartException
class NodeStartException extends IgniteException implements Serializable -
Exception org.apache.ignite.lang.SchemaNotFoundException
class SchemaNotFoundException extends IgniteException implements Serializable -
Exception org.apache.ignite.lang.TableAlreadyExistsException
class TableAlreadyExistsException extends IgniteException implements Serializable -
Exception org.apache.ignite.lang.TableNotFoundException
class TableNotFoundException extends IgniteException implements Serializable -
Exception org.apache.ignite.lang.UnexpectedNullValueException
class UnexpectedNullValueException extends IgniteException implements Serializable -
Exception org.apache.ignite.lang.UnsupportedPartitionTypeException
class UnsupportedPartitionTypeException extends IgniteException implements Serializable- serialVersionUID:
- 6875586826126580903L
-
-
Package org.apache.ignite.marshalling
-
Exception org.apache.ignite.marshalling.MarshallingException
class MarshallingException extends IgniteException implements Serializable- serialVersionUID:
- -4170221560474770629L
-
Exception org.apache.ignite.marshalling.UnmarshallingException
class UnmarshallingException extends IgniteException implements Serializable- serialVersionUID:
- -8131613381875542450L
-
Exception org.apache.ignite.marshalling.UnsupportedObjectTypeMarshallingException
class UnsupportedObjectTypeMarshallingException extends IgniteException implements Serializable- serialVersionUID:
- -8131613381875542450L
-
-
Package org.apache.ignite.network
-
Class org.apache.ignite.network.NodeMetadata
class NodeMetadata extends Object implements Serializable- serialVersionUID:
- 3216463261002854096L
-
Serialized Fields
-
httpPort
int httpPort
-
httpsPort
int httpsPort
-
restHost
String restHost
-
-
-
Package org.apache.ignite.security.exception
-
Exception org.apache.ignite.security.exception.InvalidCredentialsException
class InvalidCredentialsException extends IgniteException implements Serializable -
Exception org.apache.ignite.security.exception.UnsupportedAuthenticationTypeException
class UnsupportedAuthenticationTypeException extends IgniteException implements Serializable
-
-
Package org.apache.ignite.sql
-
Exception org.apache.ignite.sql.NoRowSetExpectedException
class NoRowSetExpectedException extends SqlException implements Serializable -
Exception org.apache.ignite.sql.SqlBatchException
class SqlBatchException extends SqlException implements Serializable-
Serialized Fields
-
updCntrs
long[] updCntrs
-
-
-
Exception org.apache.ignite.sql.SqlException
class SqlException extends IgniteException implements Serializable
-
-
Package org.apache.ignite.table
-
Class org.apache.ignite.table.ContinuousQueryPhysicalTimeWatermark
class ContinuousQueryPhysicalTimeWatermark extends Object implements Serializable- serialVersionUID:
- 6511356125857203826L
-
Serialized Fields
-
startTime
Instant startTime
-
-
Exception org.apache.ignite.table.DataStreamerException
class DataStreamerException extends IgniteException implements Serializable- serialVersionUID:
- -7516813059448101081L
-
Serialized Fields
-
failedItems
Set<?> failedItems
-
-
Class org.apache.ignite.table.QualifiedName
class QualifiedName extends Object implements Serializable- serialVersionUID:
- -7016402388810709149L
-
-
Package org.apache.ignite.table.criteria
-
Exception org.apache.ignite.table.criteria.CriteriaException
class CriteriaException extends IgniteException implements Serializable
-
-
Package org.apache.ignite.table.partition
-
Package org.apache.ignite.tx
-
Exception org.apache.ignite.tx.IncompatibleSchemaException
class IncompatibleSchemaException extends TransactionException implements Serializable -
Exception org.apache.ignite.tx.MismatchingTransactionOutcomeException
class MismatchingTransactionOutcomeException extends TransactionException implements Serializable -
Exception org.apache.ignite.tx.TransactionException
class TransactionException extends IgniteException implements Serializable
-