Serialized Form
-
Package https.openhab_org.schemas.addon_info_list.v1_0
-
Class https.openhab_org.schemas.addon_info_list.v1_0.AddonInfoList
class AddonInfoList extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
addons
List<org.openhab.core.addon.internal.dto.XmlAddonInfo> addons
-
-
-
Package org.openhab.core.addon.marketplace
-
Exception org.openhab.core.addon.marketplace.MarketplaceHandlerException
class MarketplaceHandlerException extends Exception implements Serializable- serialVersionUID:
- -5652014141471618161L
-
-
Package org.openhab.core.audio
-
Exception org.openhab.core.audio.AudioException
class AudioException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception org.openhab.core.audio.UnsupportedAudioFormatException
class UnsupportedAudioFormatException extends AudioException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
unsupportedFormat
@Nullable AudioFormat unsupportedFormat
UnsupportedAudioFormat
-
-
Exception org.openhab.core.audio.UnsupportedAudioStreamException
class UnsupportedAudioStreamException extends AudioException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
unsupportedAudioStreamClass
@Nullable Class<? extends @Nullable AudioStream> unsupportedAudioStreamClass
UnsupportedAudioStream
-
-
-
Package org.openhab.core.auth
-
Exception org.openhab.core.auth.AuthenticationException
class AuthenticationException extends SecurityException implements Serializable- serialVersionUID:
- 8063538216812770858L
-
Exception org.openhab.core.auth.SecurityException
class SecurityException extends Exception implements Serializable -
Exception org.openhab.core.auth.UnsupportedCredentialsException
class UnsupportedCredentialsException extends AuthenticationException implements Serializable
-
-
Package org.openhab.core.auth.client.oauth2
-
Class org.openhab.core.auth.client.oauth2.AccessTokenResponse
class AccessTokenResponse extends Object implements Serializable- serialVersionUID:
- 4837164195629364014L
-
Serialized Fields
-
accessToken
String accessToken
The access token issued by the authorization server. It is used by the client to gain access to a resource.This token must be confidential in transit and storage.
- See Also:
-
createdOn
Instant createdOn
Created datetime of this access token. This is generated locally by the OAUTH client as at the time the access token is received. This should be slightly later than the actual time the access token is produced at the server. -
expiresIn
long expiresIn
Number of seconds that this OAuthToken is valid for since the time it was created.- See Also:
-
refreshToken
String refreshToken
Refresh token is a string representing the authorization granted to the client by the resource owner. Unlike access tokens, refresh tokens are intended for use only with authorization servers and are never sent to resource servers.This token must be confidential in transit and storage.
- See Also:
-
scope
String scope
A space-delimited case-sensitive un-ordered string. This may be used by the authorization server to inform the client of the scope of the access token issued.- See Also:
-
state
String state
If thestate
parameter was present in the access token request. The exact value should be returned as-is from the authorization provider. rfc6749 section-4.2.2 -
tokenType
String tokenType
Token type. e.g. Bearer, MAC- See Also:
-
-
Exception org.openhab.core.auth.client.oauth2.OAuthException
class OAuthException extends Exception implements Serializable- serialVersionUID:
- -2548612391437480321L
-
Exception org.openhab.core.auth.client.oauth2.OAuthResponseException
class OAuthResponseException extends Exception implements Serializable- serialVersionUID:
- -3268280125111194474L
-
Serialized Fields
-
error
String error
error is compulsary in OAUth error response. Must be one of { invalid_request, invalid_client, invalid_grant, unauthorized_client, unsupported_grant_type, invalid_scope, access_denied, unsupported_response_type, server_error, temporarily_unavailable } -
errorDescription
String errorDescription
-
errorUri
String errorUri
-
state
String state
-
-
-
Package org.openhab.core.automation.parser
-
Exception org.openhab.core.automation.parser.ParsingException
class ParsingException extends Exception implements Serializable-
Serialized Fields
-
exceptions
List<ParsingNestedException> exceptions
Keeps all accumulated exceptions.
-
-
-
Exception org.openhab.core.automation.parser.ParsingNestedException
class ParsingNestedException extends Exception implements Serializable-
Serialized Fields
-
id
@Nullable String id
Keeps information about the UID of the automation object for parsing - module type, template or rule. -
type
int type
Keeps information about the type of the automation object for parsing - module type, template or rule.
-
-
-
-
Package org.openhab.core.config.core.dto
-
Class org.openhab.core.config.core.dto.XmlConfigDescription
class XmlConfigDescription extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
parameter
List<XmlParameter> parameter
-
parameterGroup
List<XmlParameterGroup> parameterGroup
-
uri
String uri
-
-
Class org.openhab.core.config.core.dto.XmlConfigDescriptionRef
class XmlConfigDescriptionRef extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
uri
String uri
-
-
Class org.openhab.core.config.core.dto.XmlConfigDescriptions
class XmlConfigDescriptions extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
configDescription
List<XmlConfigDescription> configDescription
-
-
Class org.openhab.core.config.core.dto.XmlCriteria
class XmlCriteria extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.openhab.core.config.core.dto.XmlOption
class XmlOption extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.openhab.core.config.core.dto.XmlParameter
class XmlParameter extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_default
String _default
-
advanced
Boolean advanced
-
context
String context
-
description
String description
-
filter
List<XmlCriteria> filter
-
groupName
String groupName
-
label
String label
-
limitToOptions
Boolean limitToOptions
-
max
BigDecimal max
-
min
BigDecimal min
-
multiple
Boolean multiple
-
multipleLimit
BigInteger multipleLimit
-
name
String name
-
options
List<XmlOption> options
-
pattern
String pattern
-
readOnly
Boolean readOnly
-
required
Boolean required
-
requiredAttribute
Boolean requiredAttribute
-
step
BigDecimal step
-
type
XmlParameterType type
-
unit
String unit
-
unitLabel
String unitLabel
-
verify
Boolean verify
-
-
Class org.openhab.core.config.core.dto.XmlParameterGroup
class XmlParameterGroup extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.openhab.core.config.core.validation
-
Exception org.openhab.core.config.core.validation.ConfigValidationException
class ConfigValidationException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
bundle
org.osgi.framework.Bundle bundle
-
configValidationMessages
Collection<ConfigValidationMessage> configValidationMessages
-
logger
org.slf4j.Logger logger
-
translationProvider
TranslationProvider translationProvider
-
-
-
Package org.openhab.core.i18n
-
Exception org.openhab.core.i18n.AbstractI18nException
class AbstractI18nException extends RuntimeException implements Serializable -
Exception org.openhab.core.i18n.CommunicationException
class CommunicationException extends AbstractI18nException implements Serializable- serialVersionUID:
- 1L
-
Exception org.openhab.core.i18n.ConfigurationException
class ConfigurationException extends AbstractI18nException implements Serializable- serialVersionUID:
- 1L
-
Exception org.openhab.core.i18n.ConnectionException
class ConnectionException extends CommunicationException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.openhab.core.io.bin2json
-
Exception org.openhab.core.io.bin2json.ConversionException
class ConversionException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package org.openhab.core.io.net.http
-
Exception org.openhab.core.io.net.http.HttpClientInitializationException
class HttpClientInitializationException extends RuntimeException implements Serializable- serialVersionUID:
- -3187938868560212413L
-
Exception org.openhab.core.io.net.http.PEMTrustManager.CertificateInstantiationException
class CertificateInstantiationException extends CertificateException implements Serializable- serialVersionUID:
- -5861764697217665026L
-
-
Package org.openhab.core.io.transport.modbus.exception
-
Exception org.openhab.core.io.transport.modbus.exception.ModbusConnectionException
class ModbusConnectionException extends ModbusTransportException implements Serializable- serialVersionUID:
- -6171226761518661925L
-
Serialized Fields
-
endpoint
ModbusSlaveEndpoint endpoint
-
-
Exception org.openhab.core.io.transport.modbus.exception.ModbusSlaveErrorResponseException
class ModbusSlaveErrorResponseException extends ModbusTransportException implements Serializable- serialVersionUID:
- -1435199498550990487L
-
Exception org.openhab.core.io.transport.modbus.exception.ModbusSlaveIOException
class ModbusSlaveIOException extends ModbusTransportException implements Serializable- serialVersionUID:
- -8568199166837844463L
-
Exception org.openhab.core.io.transport.modbus.exception.ModbusTransportException
class ModbusTransportException extends Exception implements Serializable- serialVersionUID:
- 1684767401685843339L
-
Exception org.openhab.core.io.transport.modbus.exception.ModbusUnexpectedResponseFunctionCodeException
class ModbusUnexpectedResponseFunctionCodeException extends ModbusTransportException implements Serializable- serialVersionUID:
- 1109165449703638949L
-
Serialized Fields
-
requestFunctionCode
int requestFunctionCode
-
responseFunctionCode
int responseFunctionCode
-
-
Exception org.openhab.core.io.transport.modbus.exception.ModbusUnexpectedResponseSizeException
class ModbusUnexpectedResponseSizeException extends ModbusTransportException implements Serializable- serialVersionUID:
- 2460907938819984483L
-
Serialized Fields
-
requestSize
int requestSize
-
responseSize
int responseSize
-
-
Exception org.openhab.core.io.transport.modbus.exception.ModbusUnexpectedTransactionIdException
class ModbusUnexpectedTransactionIdException extends ModbusTransportException implements Serializable- serialVersionUID:
- -2453232634024813933L
-
Serialized Fields
-
requestId
int requestId
-
responseId
int responseId
-
-
-
Package org.openhab.core.io.transport.mqtt
-
Exception org.openhab.core.io.transport.mqtt.MqttException
class MqttException extends Exception implements Serializable- serialVersionUID:
- 301L
-
Serialized Fields
-
cause
Throwable cause
-
-
-
Package org.openhab.core.io.transport.serial
-
Exception org.openhab.core.io.transport.serial.PortInUseException
class PortInUseException extends Exception implements Serializable- serialVersionUID:
- -2709480420743139383L
-
Exception org.openhab.core.io.transport.serial.UnsupportedCommOperationException
class UnsupportedCommOperationException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package org.openhab.core.io.websocket
-
Class org.openhab.core.io.websocket.CommonWebSocketServlet
class CommonWebSocketServlet extends org.eclipse.jetty.websocket.servlet.WebSocketServlet implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
authFilter
AuthFilter authFilter
-
connectionHandlers
Map<String,
WebSocketAdapter> connectionHandlers -
importNeeded
@Nullable org.eclipse.jetty.websocket.server.WebSocketServerFactory importNeeded
-
-
-
Package org.openhab.core.io.websocket.event
-
Exception org.openhab.core.io.websocket.event.EventProcessingException
class EventProcessingException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package org.openhab.core.items
-
Exception org.openhab.core.items.ItemLookupException
class ItemLookupException extends Exception implements Serializable- serialVersionUID:
- -4617708589675048859L
-
Exception org.openhab.core.items.ItemNotFoundException
class ItemNotFoundException extends ItemLookupException implements Serializable- serialVersionUID:
- -3720784568250902711L
-
Exception org.openhab.core.items.ItemNotUniqueException
class ItemNotUniqueException extends ItemLookupException implements Serializable- serialVersionUID:
- 5154625234283910124L
-
Serialized Fields
-
matchingItems
Collection<Item> matchingItems
-
-
-
Package org.openhab.core.library.types
-
Class org.openhab.core.library.types.DecimalType
class DecimalType extends Number implements Serializable- serialVersionUID:
- 4226845847123464690L
-
Serialized Fields
-
value
BigDecimal value
-
-
Class org.openhab.core.library.types.HSBType
class HSBType extends PercentType implements Serializable- serialVersionUID:
- 322902950356613226L
-
Serialized Fields
-
hue
BigDecimal hue
-
saturation
BigDecimal saturation
-
-
Class org.openhab.core.library.types.PercentType
class PercentType extends DecimalType implements Serializable- serialVersionUID:
- -9066279845951780879L
-
Class org.openhab.core.library.types.QuantityType
class QuantityType extends Number implements Serializable- serialVersionUID:
- 8828949721938234629L
-
-
Package org.openhab.core.library.unit
-
Class org.openhab.core.library.unit.CurrencyUnit
class CurrencyUnit extends Object implements Serializable- serialVersionUID:
- -1L
-
-
Package org.openhab.core.model.item
-
Exception org.openhab.core.model.item.BindingConfigParseException
class BindingConfigParseException extends Exception implements Serializable- serialVersionUID:
- 1434607160082879845L
-
-
Package org.openhab.core.model.rule.scoping
-
Class org.openhab.core.model.rule.scoping.RulesClassCache
- serialVersionUID:
- 1L
-
Serialized Fields
-
logger
org.slf4j.Logger logger
-
-
-
Package org.openhab.core.model.script.actions
-
Exception org.openhab.core.model.script.actions.TransformationException
class TransformationException extends Exception implements Serializable- serialVersionUID:
- -1L
-
-
Package org.openhab.core.model.script.engine
-
Exception org.openhab.core.model.script.engine.ScriptException
class ScriptException extends Exception implements Serializable- serialVersionUID:
- -4155948282895039148L
-
Serialized Fields
-
errors
List<ScriptError> errors
-
scriptText
String scriptText
-
-
Exception org.openhab.core.model.script.engine.ScriptExecutionException
class ScriptExecutionException extends ScriptException implements Serializable- serialVersionUID:
- 149490362444673405L
-
Exception org.openhab.core.model.script.engine.ScriptParsingException
class ScriptParsingException extends ScriptException implements Serializable- serialVersionUID:
- -3784970293118871807L
-
-
Package org.openhab.core.model.yaml
-
Exception org.openhab.core.model.yaml.YamlParseException
class YamlParseException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package org.openhab.core.transform
-
Exception org.openhab.core.transform.TransformationException
class TransformationException extends Exception implements Serializable- serialVersionUID:
- -535237375844795145L
-
-
Package org.openhab.core.voice
-
Exception org.openhab.core.voice.KSException
class KSException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception org.openhab.core.voice.STTException
class STTException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception org.openhab.core.voice.TTSException
class TTSException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package org.openhab.core.voice.text
-
Exception org.openhab.core.voice.text.InterpretationException
class InterpretationException extends Exception implements Serializable- serialVersionUID:
- 76120119745036525L
-