Package com.tangosol.util
Class MapNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tangosol.util.MapNotFoundException
- All Implemented Interfaces:
Serializable
An exception to indicate that a required map does not exist.
- Since:
- Coherence 14.1.1
- Author:
- jk 2018.03.05
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MapNotFoundException
Create aMapNotFoundException
.- Parameters:
sMapName
- the name of the missing map
-