Class MGConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.gemalto.mfs.mwsdk.mobilegateway.exception.MGConfigurationException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
MGStorageConfigurationException
public class MGConfigurationException extends java.lang.ExceptionThis Class indicates the exception occurred due to a invalid configuration.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MGConfigurationException()MGConfigurationException(java.lang.String detailMessage)MGConfigurationException(java.lang.Throwable throwable)
-