Package org.apache.ignite.cache
Class CacheServerNotFoundException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- javax.cache.CacheException
- 
- org.apache.ignite.cache.CacheServerNotFoundException
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class CacheServerNotFoundException extends javax.cache.CacheExceptionException thrown when all data nodes left the grid.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description CacheServerNotFoundException(String msg)CacheServerNotFoundException(String msg, Throwable cause)CacheServerNotFoundException(Throwable cause)
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
CacheServerNotFoundExceptionpublic CacheServerNotFoundException(String msg) - Parameters:
- msg- Error message.
 
 - 
CacheServerNotFoundExceptionpublic CacheServerNotFoundException(String msg, Throwable cause) - Parameters:
- msg- Error message.
- cause- Error cause.
 
 - 
CacheServerNotFoundExceptionpublic CacheServerNotFoundException(Throwable cause) - Parameters:
- cause- Error cause.
 
 
- 
 
-