Class MGStorageConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.gemalto.mfs.mwsdk.mobilegateway.exception.MGConfigurationException
com.gemalto.mfs.mwsdk.mobilegateway.exception.MGStorageConfigurationException
- All Implemented Interfaces:
Serializable
This class indicates the exception that occurs when cannot access the internal storage of MGSDK during its configuration.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMGStorageConfigurationException(Exception causeException, String detailMessage) MGStorageConfigurationException(String detailMessage) MGStorageConfigurationException(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
-
MGStorageConfigurationException
public MGStorageConfigurationException() -
MGStorageConfigurationException
-
MGStorageConfigurationException
-
MGStorageConfigurationException
-
-
Method Details
-
getCauseException
-