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) |
getCause, getStackTrace, sqlState, sqlStateClass, sqlStateSubclassaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, 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 © 2019. All rights reserved.