Class GridCacheEntryRedeployException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.ignite.internal.processors.cache.GridCacheEntryRedeployException
-
- All Implemented Interfaces:
Serializable
public class GridCacheEntryRedeployException extends Exception
Thrown when an entry could not be redeployed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GridCacheEntryRedeployException(String msg)Creates exception with error message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
GridCacheEntryRedeployException
public GridCacheEntryRedeployException(String msg)
Creates exception with error message.- Parameters:
msg- Error message.
-
-