Class MGSDKException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MGSDKException
    extends java.lang.RuntimeException
    Deprecated.
    since SDK 6.6.
    This Class indicates a Generic Exception thrown from the Mobile Gateway SDK
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MGSDKException()
      Deprecated.
       
      MGSDKException​(java.lang.Exception causeException, java.lang.String detailMessage)
      Deprecated.
       
      MGSDKException​(java.lang.String detailMessage)
      Deprecated.
       
      MGSDKException​(java.lang.String detailMessage, java.lang.Throwable throwable)
      Deprecated.
       
      MGSDKException​(java.lang.Throwable throwable)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.Exception getCauseException()
      Deprecated.
       
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MGSDKException

        public MGSDKException()
        Deprecated.
      • MGSDKException

        public MGSDKException​(java.lang.String detailMessage)
        Deprecated.
      • MGSDKException

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

        public MGSDKException​(java.lang.Throwable throwable)
        Deprecated.
      • MGSDKException

        public MGSDKException​(java.lang.Exception causeException,
                              java.lang.String detailMessage)
        Deprecated.
    • Method Detail

      • getCauseException

        public java.lang.Exception getCauseException()
        Deprecated.