Class MobileOperationException

    • Constructor Detail

      • MobileOperationException

        public MobileOperationException​(String message)
        Parameters:
        message - exception message
      • MobileOperationException

        public MobileOperationException​(String message,
                                        Throwable t)
        Parameters:
        message - exception message
        t - the cause
      • MobileOperationException

        public MobileOperationException​(UiElement uiElement,
                                        String failedCommand,
                                        Exception internalException)