class NotImplementedJsonException : JsonDetailedException, FriendlyException
Thrown by any method. Make sense to catch for com.srv4pos.server.api.auth.AuthService.handshake ()}. Happens usually for local servers: when android device is up to date, but server is not.
User: Kirill, Date: 12.09.13 8:07
NotImplementedJsonException() NotImplementedJsonException(message: String) |
var details: Map<String, String?>?
Sets exception details. For example, contains exception message or violated value. |
|
open val message: String |
open fun deserialize(jsonSource: String): JsonDetailedException
Performs deserialization. For serialization see JsonSerializable.serialize. |
|
open fun serialize(): String
Performs serialization. For deserialization see JsonSerializable.serialize. |
|
open fun toString(): String |