Uses of Class
org.apache.ignite.IgniteException
Packages that use IgniteException
Package
Description
-
Uses of IgniteException in org.apache.ignite.internal.mem
Subclasses of IgniteException in org.apache.ignite.internal.mem -
Uses of IgniteException in org.apache.ignite.internal.pagemem
Methods in org.apache.ignite.internal.pagemem that throw IgniteException -
Uses of IgniteException in org.apache.ignite.internal.util.lang
Subclasses of IgniteException in org.apache.ignite.internal.util.langModifier and TypeClassDescriptionclassThis exception provides closures with facility to throw exceptions. -
Uses of IgniteException in org.apache.ignite.lang
Subclasses of IgniteException in org.apache.ignite.langModifier and TypeClassDescriptionclassFuture computation cannot be retrieved because it was cancelled. -
Uses of IgniteException in org.apache.ignite.testframework
Methods in org.apache.ignite.testframework that throw IgniteExceptionModifier and TypeMethodDescriptionstatic <T> TGridTestUtils.getFieldValue(Object obj, Class cls, String fieldName) Get object field value via reflection.static <T> TGridTestUtils.getFieldValue(Object obj, String... fieldNames) Get object field value via reflection.static <T> TGridTestUtils.getFieldValueHierarchy(Object obj, String... fieldNames) Get object field value via reflection(including superclass).static voidGridTestUtils.setFieldValue(Object obj, Class cls, String fieldName, Object val) Set object field value via reflection.static voidGridTestUtils.setFieldValue(Object obj, String fieldName, Object val) Set object field value via reflection.