Class MGRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.gemalto.mfs.mwsdk.mobilegateway.exception.MGRuntimeException
-
- All Implemented Interfaces:
java.io.Serializable
public class MGRuntimeException extends java.lang.RuntimeException
Deprecated.since 6.6This Class indicates a Runtime Exception thrown from the Mobile Gateway SDK- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MGRuntimeException()
Deprecated.MGRuntimeException(java.lang.String detailMessage)
Deprecated.MGRuntimeException(java.lang.String detailMessage, java.lang.Throwable throwable)
Deprecated.MGRuntimeException(java.lang.Throwable throwable)
Deprecated.
-
-
-
Constructor Detail
-
MGRuntimeException
public MGRuntimeException()
Deprecated.
-
MGRuntimeException
public MGRuntimeException(java.lang.String detailMessage)
Deprecated.
-
MGRuntimeException
public MGRuntimeException(java.lang.String detailMessage, java.lang.Throwable throwable)
Deprecated.
-
MGRuntimeException
public MGRuntimeException(java.lang.Throwable throwable)
Deprecated.
-
-