java.lang.Object
java.lang.Throwable
java.lang.Exception
com.gemalto.mfs.mwsdk.mobilegateway.exception.MGException
All Implemented Interfaces:
Serializable

public class MGException extends Exception
This class indicates a generic exception that is thrown by Mobile Gateway SDK that is expected to be caught.
See Also:
  • Constructor Details

    • MGException

      public MGException()
    • MGException

      public MGException(String detailMessage)
    • MGException

      public MGException(String detailMessage, Throwable throwable)
    • MGException

      public MGException(Throwable throwable)