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

public class MGSDKException extends RuntimeException
Deprecated.
since SDK 6.6.
This class indicates a generic exception that is thrown by Mobile Gateway SDK.
See Also:
  • Constructor Details

    • MGSDKException

      public MGSDKException()
      Deprecated.
    • MGSDKException

      public MGSDKException(String detailMessage)
      Deprecated.
    • MGSDKException

      public MGSDKException(String detailMessage, Throwable throwable)
      Deprecated.
    • MGSDKException

      public MGSDKException(Throwable throwable)
      Deprecated.
    • MGSDKException

      public MGSDKException(Exception causeException, String detailMessage)
      Deprecated.
  • Method Details

    • getCauseException

      public Exception getCauseException()
      Deprecated.