Class MGRuntimeException

  • All Implemented Interfaces:
    java.io.Serializable

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

      • 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

      • MGRuntimeException

        public MGRuntimeException()
        Deprecated.
      • MGRuntimeException

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

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

        public MGRuntimeException​(java.lang.Throwable throwable)
        Deprecated.