KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > net > datagram > IntermittentNetworkException

javax.net.datagram
Class IntermittentNetworkException

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  

Popular Tags