Class GridDhtInvalidPartitionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.ignite.internal.processors.cache.distributed.dht.topology.GridDhtInvalidPartitionException
-
- All Implemented Interfaces:
Serializable
public class GridDhtInvalidPartitionException extends RuntimeException
Exception thrown whenever entry is created for invalid partition.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GridDhtInvalidPartitionException(int part, String msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intpartition()StringtoString()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-