Class EntityNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.wavemaker.commons.WMRuntimeException
-
- com.wavemaker.runtime.data.exception.EntityNotFoundException
-
- All Implemented Interfaces:
com.wavemaker.commons.WMCommonException,java.io.Serializable
public class EntityNotFoundException extends com.wavemaker.commons.WMRuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EntityNotFoundException()EntityNotFoundException(com.wavemaker.commons.MessageResource resource)EntityNotFoundException(com.wavemaker.commons.MessageResource resource, java.lang.Object... args)
-
Method Summary
-
Methods inherited from class com.wavemaker.commons.WMRuntimeException
getMessage, getMessageResourceHolder
-
-
-
-
Constructor Detail
-
EntityNotFoundException
public EntityNotFoundException()
-
EntityNotFoundException
public EntityNotFoundException(com.wavemaker.commons.MessageResource resource)
-
EntityNotFoundException
public EntityNotFoundException(com.wavemaker.commons.MessageResource resource, java.lang.Object... args)
-
-