Class MGException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MGException
    extends java.lang.Exception
    This Class indicates a Generic Exception thrown from the Mobile Gateway SDK that is expected to be caught
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MGException()  
      MGException​(java.lang.String detailMessage)  
      MGException​(java.lang.String detailMessage, java.lang.Throwable throwable)  
      MGException​(java.lang.Throwable throwable)  
    • 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
    • Field Detail

      • EMPTY_RESPONSE_ERROR_CODE

        public static final java.lang.String EMPTY_RESPONSE_ERROR_CODE
        See Also:
        Constant Field Values
      • EMPTY_RESPONSE_ERROR_MESSAGE

        public static final java.lang.String EMPTY_RESPONSE_ERROR_MESSAGE
        See Also:
        Constant Field Values
    • Constructor Detail

      • MGException

        public MGException()
      • MGException

        public MGException​(java.lang.String detailMessage)
      • MGException

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

        public MGException​(java.lang.Throwable throwable)