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
public class MapNotFoundException extends RuntimeException
An exception to indicate that a required map does not exist.- Since:
- Coherence 14.1.1
- Author:
- jk 2018.03.05
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MapNotFoundException(String sMapName)
Create aMapNotFoundException
.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MapNotFoundException
public MapNotFoundException(String sMapName)
Create aMapNotFoundException
.- Parameters:
sMapName
- the name of the missing map
-
-