| Class | Description |
|---|---|
| DiscoverErrorProvider |
Provider of errors that can be thrown by discover operations.
|
| ObserverAddErrorProvider |
Provider of errors that can be thrown by add observe operation.
|
| ObserverExistsErrorProvider |
Provider of errors that can be thrown by the observe remove operation.
|
| ObserverRemoveErrorProvider |
Provider of errors that can be thrown by the observe exists operation.
|
| OptionValueErrorProvider |
Provider of errors that can be thrown by option value operations.
|
| PingErrorProvider |
Provider of errors that can be thrown by ping operations.
|
| RequestAsyncErrorProvider |
Provider of errors that can be thrown by client operations.
|
| RequestErrorProvider |
Provider of errors that can be thrown by client operations.
|
| ServerOperationErrorProvider |
Provider of errors that can be thrown by server operations.
|
| Exception | Description |
|---|---|
| EndpointConstructionException |
The EndpointConstructionException is thrown when the CoAP endpoint could not be constructed.
|
| InternalClientErrorResponseException |
Exception that is thrown when a response is received that indicates a server error (4.xx).
|
| InternalEndpointException |
The EndpointException is thrown when CoAP communication has failed.
|
| InternalExchangeException |
Exception that is thrown when the CoAp exchange cannot be completed.
|
| InternalInvalidByteArrayValueException |
Exception that is thrown when an attempt is made to construct an byte array using an invalid value.
|
| InternalInvalidDurationException |
Exception is thrown when a duration expression is invlid.
|
| InternalInvalidHandlerException |
internal InvalidHandlerException occurs when a given handler name is invalid.
|
| InternalInvalidMessageTypeException |
Exception that is thrown when an invalid message type is used.
|
| InternalInvalidObserverException |
Internal InvalidObserverException is thrown when a observer uri is invalid.
|
| InternalInvalidOptionValueException |
Exception that is thrown when an attempt is made to construct an option using an invalid value.
|
| InternalInvalidRequestCodeException |
Exception that is thrown when an invalid request code is used.
|
| InternalInvalidResponseCodeException |
Exception that is thrown when an invalid response code is used.
|
| InternalNoResponseException |
Exception that is thrown when no response has been received from a server.
|
| InternalRequestException |
Exception that is thrown when an invalid request payload is used.
|
| InternalResourceRegistryException |
InternalResourceRegistryException is thrown when an error on a servers resource registry occurred.
|
| InternalResourceUriException |
Internal ResourceUriException is thrown when a uri or uri-pattern that references one or more owned server resources is invalid.
|
| InternalResponseException |
Exception that is thrown when an invalid response is received.
|
| InternalServerErrorResponseException |
Exception that is thrown when a response is received that indicates a server error (5.xx).
|
| InternalUnexpectedResponseException |
Exception that is thrown when server returned response that was not expected.
|
| InternalUnkownOptionException |
Exception that is thrown an option occurs that is not defined.
|
| InternalUriException |
Internal UriException is thrown when a CoAP uri is invalid,
cannot be constructed or does not resolve.
|
| InternalUriPatternException |
Internal UriPatern Exception is thrown when a CoAP uri pattern is invalid.
|
| StartException |
Exception thrown when a processor or source cannot start
|
Copyright © 2019–2024 Teslanet.nl. All rights reserved.