Class MGSDKException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemalto.mfs.mwsdk.mobilegateway.exception.MGSDKException
- All Implemented Interfaces:
Serializable
Deprecated.
since SDK 6.6.
This class indicates a generic exception that is thrown by Mobile Gateway SDK.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.MGSDKException(Exception causeException, String detailMessage) Deprecated.MGSDKException(String detailMessage) Deprecated.MGSDKException(String detailMessage, Throwable throwable) Deprecated.MGSDKException(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
-
MGSDKException
public MGSDKException()Deprecated. -
MGSDKException
Deprecated. -
MGSDKException
Deprecated. -
MGSDKException
Deprecated. -
MGSDKException
Deprecated.
-
-
Method Details
-
getCauseException
Deprecated.
-