Package org.apache.ignite.plugin
Class PluginValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.ignite.IgniteException
-
- org.apache.ignite.plugin.PluginValidationException
-
- All Implemented Interfaces:
Serializable
public class PluginValidationException extends IgniteException
Plugin validation exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PluginValidationException(String msg, String rmtMsg, UUID nodeId)
Constructs invalid plugin exception.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UUID
nodeId()
String
remoteMessage()
-
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
-
-