public class UnregisteredBinaryTypeException extends IgniteException
| Constructor and Description |
|---|
UnregisteredBinaryTypeException(int typeId,
BinaryMetadata binaryMetadata) |
UnregisteredBinaryTypeException(int typeId,
GridFutureAdapter<?> fut) |
| Modifier and Type | Method and Description |
|---|---|
BinaryMetadata |
binaryMetadata() |
GridFutureAdapter<?> |
future() |
int |
typeId() |
getCause, hasCause, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic UnregisteredBinaryTypeException(int typeId,
BinaryMetadata binaryMetadata)
typeId - Type ID.binaryMetadata - Binary metadata.public UnregisteredBinaryTypeException(int typeId,
GridFutureAdapter<?> fut)
typeId - Type ID.fut - Future to wait in handler.public int typeId()
public BinaryMetadata binaryMetadata()
public GridFutureAdapter<?> future()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021