Package com.wavemaker.commons
Class WMRuntimeInitException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.wavemaker.commons.WMRuntimeException
-
- com.wavemaker.commons.WMRuntimeInitException
-
- All Implemented Interfaces:
WMCommonException,java.io.Serializable
public class WMRuntimeInitException extends WMRuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WMRuntimeInitException(java.lang.String message)WMRuntimeInitException(java.lang.String message, java.lang.String detailedMessage)WMRuntimeInitException(java.lang.String message, java.lang.String detailedMessage, java.lang.Integer msgId, java.lang.Throwable cause)WMRuntimeInitException(java.lang.String message, java.lang.String detailedMessage, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class com.wavemaker.commons.WMRuntimeException
getMessage, getMessageResourceHolder
-
-
-
-
Constructor Detail
-
WMRuntimeInitException
public WMRuntimeInitException(java.lang.String message)
-
WMRuntimeInitException
public WMRuntimeInitException(java.lang.String message, java.lang.String detailedMessage)
-
WMRuntimeInitException
public WMRuntimeInitException(java.lang.String message, java.lang.String detailedMessage, java.lang.Throwable cause)
-
WMRuntimeInitException
public WMRuntimeInitException(java.lang.String message, java.lang.String detailedMessage, java.lang.Integer msgId, java.lang.Throwable cause)
-
-