Class IdleVerifyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.ignite.IgniteException
-
- org.apache.ignite.internal.management.cache.IdleVerifyException
-
- All Implemented Interfaces:
Serializable
public class IdleVerifyException extends IgniteException
This exception is used to collect exceptions occured inVerifyBackupPartitionsTaskV2execution.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IdleVerifyException(Collection<IgniteException> exceptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<IgniteException>exceptions()StringgetMessage()StringtoString()-
Methods inherited from class org.apache.ignite.IgniteException
getCause, hasCause
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
IdleVerifyException
public IdleVerifyException(Collection<IgniteException> exceptions)
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessagein classThrowable
-
exceptions
public Collection<IgniteException> exceptions()
- Returns:
- Exceptions.
-
toString
public String toString()
- Overrides:
toStringin classIgniteException
-
-