Class SettingsException

Object
Throwable
Exception
com.zebra.sdk.settings.SettingsException
All Implemented Interfaces:
Serializable

public class SettingsException extends Exception
Signals that an error occurred retrieving a setting
See Also:
  • Constructor Details

    • SettingsException

      public SettingsException()
      Constructs a SettingsException with Setting not found as the detailed error message.
    • SettingsException

      public SettingsException(String message)
      Constructs a SettingsException with message as the detailed error message.
      Parameters:
      message - the error message.
    • SettingsException

      public SettingsException(Throwable cause)
      Constructs a SettingsException with cause as the source of the exception.
      Parameters:
      cause - the cause of the exception
    • SettingsException

      public SettingsException(String message, Throwable cause)
      Constructs a SettingsException with the message as the detailed error message and cause as the source of the exception.
      Parameters:
      message - the error message.
      cause - the cause of the exception