Class MGException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.gemalto.mfs.mwsdk.mobilegateway.exception.MGException
-
- All Implemented Interfaces:
java.io.Serializable
public class MGException extends java.lang.ExceptionThis Class indicates a Generic Exception thrown from the Mobile Gateway SDK that is expected to be caught- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MGException()MGException(java.lang.String detailMessage)MGException(java.lang.String detailMessage, java.lang.Throwable throwable)MGException(java.lang.Throwable throwable)
-