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 SummaryConstructors Constructor Description PluginValidationException(String msg, String rmtMsg, UUID nodeId)Constructs invalid plugin exception.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UUIDnodeId()StringremoteMessage()- 
Methods inherited from class org.apache.ignite.IgniteExceptiongetCause, hasCause, toString
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
- 
 
-