Class UnregisteredBinaryTypeException

  • All Implemented Interfaces:
    Serializable

    public class UnregisteredBinaryTypeException
    extends IgniteException
    Exception thrown during serialization if binary metadata isn't registered and it's registration isn't allowed. Used for both binary types and marshalling mappings. Confusing old class name is preserved for backwards compatibility.
    See Also:
    Serialized Form
    • Constructor Detail

      • UnregisteredBinaryTypeException

        public UnregisteredBinaryTypeException​(int typeId,
                                               BinaryMetadata binaryMetadata)
        Parameters:
        typeId - Type ID.
        binaryMetadata - Binary metadata.
      • UnregisteredBinaryTypeException

        public UnregisteredBinaryTypeException​(int typeId,
                                               GridFutureAdapter<?> fut)
        Parameters:
        typeId - Type ID.
        fut - Future to wait in handler.
    • Method Detail

      • typeId

        public int typeId()
        Returns:
        Type ID.
      • binaryMetadata

        public BinaryMetadata binaryMetadata()
        Returns:
        Binary metadata.