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, sqlStateSubclass
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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.