DthingApi
Public Member Functions | List of all members
java.io.IOException Class Reference
Inheritance diagram for java.io.IOException:
java.io.EOFException java.io.FileNotFoundException java.io.MalformedURLException java.io.ObjectStreamException java.io.ProtocolException java.io.SyncFailedException java.io.UnsupportedEncodingException java.io.UTFDataFormatException java.net.http.UnknownServiceException java.net.SocketException java.net.SocketTimeoutException java.net.UnknownHostException java.net.UnknownServiceException jp.co.cmcc.wmmp.WMMPException

Public Member Functions

 IOException ()
 
 IOException (String detailMessage)
 

Detailed Description

Signals a general, I/O-related error. Error details may be specified when calling the constructor, as usual. Note there are also several subclasses of this class for more specific error situations, such as FileNotFoundException or EOFException.

Constructor & Destructor Documentation

◆ IOException() [1/2]

java.io.IOException.IOException ( )
inline

Constructs a new

with its stack trace filled in.

◆ IOException() [2/2]

java.io.IOException.IOException ( String  detailMessage)
inline

Constructs a new

with its stack trace and detail message filled in.

Parameters
detailMessagethe detail message for this exception.

The documentation for this class was generated from the following file: