Package com.jtelegram.api.ex
Class MessageBasedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.jtelegram.api.ex.TelegramException
-
- com.jtelegram.api.ex.MessageBasedException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
EventException
,InvalidResponseException
,NetworkException
public abstract class MessageBasedException extends TelegramException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MessageBasedException(java.lang.String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDescription()
-
Methods inherited from class com.jtelegram.api.ex.TelegramException
toString
-
-
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in classTelegramException
-
-