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, sqlStateSubclass
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, 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 © 2019. All rights reserved.