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