Class MGRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemalto.mfs.mwsdk.mobilegateway.exception.MGRuntimeException
- All Implemented Interfaces:
Serializable
Deprecated.
since 6.6
This class indicates a runtime exception that is thrown by Mobile Gateway SDK.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.MGRuntimeException(String detailMessage) Deprecated.MGRuntimeException(String detailMessage, Throwable throwable) Deprecated.MGRuntimeException(Throwable throwable) Deprecated. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MGRuntimeException
public MGRuntimeException()Deprecated. -
MGRuntimeException
Deprecated. -
MGRuntimeException
Deprecated. -
MGRuntimeException
Deprecated.
-