java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--javax.net.datagram.IntermittentNetworkException
public java.io.IOException getCause()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public IntermittentNetworkException(java.lang.String message)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public IntermittentNetworkException(java.lang.String message,
java.io.IOException cause)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples