Class MobileDeviceException

  • All Implemented Interfaces:
    Serializable

    public class MobileDeviceException
    extends Exception
    Signals that error was occurred during mobile device access.
    See Also:
    Serialized Form
    • Constructor Detail

      • MobileDeviceException

        public MobileDeviceException​(String message)
        Create MobileDeviceException based on given message.
        Parameters:
        message - exception message, cannot be null
      • MobileDeviceException

        public MobileDeviceException​(Throwable cause)
        Create MobileDeviceException based on given cause-throwable.
        Parameters:
        cause - cause throwable, cannot be null
      • MobileDeviceException

        public MobileDeviceException​(String message,
                                     Throwable cause)
        Create MobileDeviceException based on given cause-throwable.
        Parameters:
        message - exception message, cannot be null
        cause - cause throwable, cannot be null