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