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