Package com.jtelegram.api.ex
Class NetworkException
- 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.NetworkException
-
- All Implemented Interfaces:
java.io.Serializable
public class NetworkException extends MessageBasedException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NetworkException(java.io.IOException underlyingException)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.IOException
getUnderlyingException()
java.lang.String
toString()
-
Methods inherited from class com.jtelegram.api.ex.MessageBasedException
getDescription
-
-
-
-
Method Detail
-
getUnderlyingException
public java.io.IOException getUnderlyingException()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classTelegramException
-
-