apidocs / com.srv4pos.server.api.exceptions / ControlUnitCommunicationJsonException

ControlUnitCommunicationJsonException

class ControlUnitCommunicationJsonException : JsonException, FriendlyException

When error has happened during transmission data.

User: Kirill, Date: 30.03.14 15:58

Constructors

<init>

ControlUnitCommunicationJsonException()

When error has happened during transmission data.

Inherited Properties

exceptionName

val exceptionName: String

message

open val message: String

responseCode

var responseCode: Int

Inherited Functions

deserialize

open fun deserialize(jsonSource: String): JsonException

Performs deserialization. For serialization see JsonSerializable.serialize.

serialize

open fun serialize(): String

Performs serialization. For deserialization see JsonSerializable.serialize.