No examples for this method. 
     
 
     
      Frequently called with: [Clear]  
     
 
      
    
 
     
     
     -1 
    
 
     
     
   | java.lang.Object | |||
| ↳ | java.lang.Throwable | ||
| ↳ | java.lang.Exception | ||
| ↳ | java.io.IOException | ||
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. 
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  | 
           Constructs a new 
            IOExceptionwith its stack trace filled in. | ||||||||||
|  | 
           Constructs a new 
            IOExceptionwith its stack trace and detail message filled in. | ||||||||||
|  | 
           Constructs a new instance of this class with detail message and cause filled in.
           | ||||||||||
|  | 
           Constructs a new instance of this class with its detail cause filled in.
           | ||||||||||
| [Expand] 
           Inherited Methods
           | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class java.lang.Throwable | |||||||||||
|  From class java.lang.Object | |||||||||||
Constructs a new IOException with its stack trace filled in. 
Constructs a new IOException with its stack trace and detail message filled in.
| detailMessage | the detail message for this exception. | 
|---|
Constructs a new instance of this class with detail message and cause filled in.
| message | The detail message for the exception. | 
|---|---|
| cause | The detail cause for the exception. | 
Constructs a new instance of this class with its detail cause filled in.
| cause | The detail cause for the exception. | 
|---|