Class IgnitePeerToPeerClassLoadingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.ignite.IgniteCheckedException
-
- org.apache.ignite.internal.processors.cache.IgnitePeerToPeerClassLoadingException
-
- All Implemented Interfaces:
Serializable
public class IgnitePeerToPeerClassLoadingException extends IgniteCheckedException
This exception is thrown in communication-related cases when it is impossible to load class from any peer.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IgnitePeerToPeerClassLoadingException(String s)
-
Method Summary
-
Methods inherited from class org.apache.ignite.IgniteCheckedException
getCause, hasCause, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
IgnitePeerToPeerClassLoadingException
public IgnitePeerToPeerClassLoadingException(String s)
-
-