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

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

    • MGRuntimeException

      public MGRuntimeException()
      Deprecated.
    • MGRuntimeException

      public MGRuntimeException(String detailMessage)
      Deprecated.
    • MGRuntimeException

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

      public MGRuntimeException(Throwable throwable)
      Deprecated.