Class MarshallingException

All Implemented Interfaces:
Serializable, TraceableException

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

    • MarshallingException

      public MarshallingException(String msg, @Nullable @Nullable Throwable cause)
      Creates an exception with the given message and cause.
      Parameters:
      msg - Message.
      cause - The exception that caused the error.
    • MarshallingException

      public MarshallingException(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).