public class IOException extends DataAccessException
IOException is a wrapper for a
 IOException.| Constructor and Description | 
|---|
| IOException(String message,
           IOException cause)Constructor for DataAccessException. | 
| Modifier and Type | Method and Description | 
|---|---|
| IOException | getCause() | 
| Throwable | initCause(Throwable cause) | 
sqlState, sqlStateClass, sqlStateSubclassaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IOException(String message, IOException cause)
message - the detail messagecause - the root cause (usually from using a underlying data access
            API such as JDBC)Copyright © 2016. All Rights Reserved.