Class NoMatchingCachesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.ignite.IgniteException
-
- org.apache.ignite.internal.management.cache.NoMatchingCachesException
-
- All Implemented Interfaces:
Serializable
public class NoMatchingCachesException extends IgniteException
Runtime exception that can be thrown inVerifyBackupPartitionsTaskV2when no caches matching given filter options can be found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoMatchingCachesException()
-
Method Summary
-
Methods inherited from class org.apache.ignite.IgniteException
getCause, hasCause, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-