Class UnmarshallingException

All Implemented Interfaces:
Serializable, TraceableException

public class UnmarshallingException extends IgniteException
Exception thrown when unmarshalling failed.
See Also:
  • Constructor Details

    • UnmarshallingException

      public UnmarshallingException(String msg)
      Constructor.
    • UnmarshallingException

      public UnmarshallingException(String msg, Throwable cause)
      Constructor.
    • UnmarshallingException

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