Class GridDhtUnreservedPartitionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.ignite.IgniteCheckedException
-
- org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtUnreservedPartitionException
-
- All Implemented Interfaces:
Serializable
public class GridDhtUnreservedPartitionException extends IgniteCheckedException
Exception that is thrown when a partition reservation failed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GridDhtUnreservedPartitionException(int part, AffinityTopologyVersion topVer, String msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intpartition()AffinityTopologyVersiontopologyVersion()StringtoString()-
Methods inherited from class org.apache.ignite.IgniteCheckedException
getCause, hasCause
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
GridDhtUnreservedPartitionException
public GridDhtUnreservedPartitionException(int part, AffinityTopologyVersion topVer, String msg)- Parameters:
part- Partition.topVer- Affinity topology version.msg- Message.
-
-
Method Detail
-
partition
public int partition()
- Returns:
- Partition.
-
topologyVersion
public AffinityTopologyVersion topologyVersion()
- Returns:
- Affinity topology version.
-
toString
public String toString()
- Overrides:
toStringin classIgniteCheckedException
-
-