Package org.apache.ignite.cache
Class CacheExistsException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- javax.cache.CacheException
- 
- org.apache.ignite.cache.CacheExistsException
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class CacheExistsException extends javax.cache.CacheExceptionException thrown when cache must be created but it already exists.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description CacheExistsException(String msg)CacheExistsException(String msg, @Nullable Throwable cause)CacheExistsException(Throwable cause)
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
-