Serialized Form
-
Package com.jtelegram.api.ex
-
Class com.jtelegram.api.ex.EventException extends MessageBasedException implements Serializable
-
Class com.jtelegram.api.ex.InvalidResponseException extends MessageBasedException implements Serializable
-
Serialized Fields
-
sensitiveMessage
java.lang.String sensitiveMessage
A description of the error which could contain sensitive information (e.g. message contents) Separate from getMessage() in order to avoid unnecessary logging of sensitive data
-
-
-
Class com.jtelegram.api.ex.MessageBasedException extends TelegramException implements Serializable
-
Class com.jtelegram.api.ex.NetworkException extends MessageBasedException implements Serializable
-
Serialized Fields
-
underlyingException
java.io.IOException underlyingException
-
-
-
Class com.jtelegram.api.ex.TelegramApiException extends TelegramException implements Serializable
-
Serialized Fields
-
description
java.lang.String description
-
errorCode
int errorCode
-
parameters
ResponseParameters parameters
-
-
-
Class com.jtelegram.api.ex.TelegramException extends java.lang.RuntimeException implements Serializable
-