Package org.apache.ignite.plugin
Class PluginNotFoundException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- org.apache.ignite.IgniteException
- 
- org.apache.ignite.plugin.PluginNotFoundException
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class PluginNotFoundException extends IgniteException Exception thrown if plugin is not found.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description PluginNotFoundException(String name)
 - 
Method Summary- 
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
 
- 
 
- 
- 
- 
Constructor Detail- 
PluginNotFoundExceptionpublic PluginNotFoundException(String name) - Parameters:
- name- Plugin name.
 
 
- 
 
-