Class UnsupportedPartitionTypeException

All Implemented Interfaces:
Serializable, TraceableException

public class UnsupportedPartitionTypeException extends IgniteException
This exception is thrown when a table does not support the specified partition type.
See Also:
  • Constructor Details

    • UnsupportedPartitionTypeException

      public UnsupportedPartitionTypeException(String message)
      Creates a new exception with the given message.
      Parameters:
      message - Exception message.
    • UnsupportedPartitionTypeException

      public UnsupportedPartitionTypeException(UUID traceId, int code, String message, @Nullable @Nullable Throwable cause)
      Creates a new exception with the given trace id, error code, detail message and cause.
      Parameters:
      traceId - Unique identifier of this exception.
      code - Full error code.
      message - Detail message.
      cause - Optional nested exception (can be null).