Class UnsupportedObjectTypeMarshallingException

All Implemented Interfaces:
Serializable, TraceableException

public class UnsupportedObjectTypeMarshallingException extends IgniteException
Exception thrown when an object type is not supported by the marshaller.
See Also:
  • Constructor Details

    • UnsupportedObjectTypeMarshallingException

      public UnsupportedObjectTypeMarshallingException(Class<?> unsupportedType)
      Creates an exception with the given unsupported type.
      Parameters:
      unsupportedType - Unsupported type.
    • UnsupportedObjectTypeMarshallingException

      public UnsupportedObjectTypeMarshallingException(String msg)
      Creates an exception with the given message.
    • UnsupportedObjectTypeMarshallingException

      public UnsupportedObjectTypeMarshallingException(String msg, Throwable cause)
      Creates an exception with the given message and cause.
    • UnsupportedObjectTypeMarshallingException

      public UnsupportedObjectTypeMarshallingException(UUID traceId, int code, String message, Throwable cause)
      Creates an exception with the given trace ID, error code, detailed message, and cause.
      Parameters:
      traceId - Unique identifier of the exception.
      code - Full error code.
      message - Detailed message.
      cause - Optional nested exception (can be null).