public class MockFileDatabaseException extends DataAccessException
MockDataProvider
.
This exception may for instance indicate that the number of rows is not in
accordance with the specified number of rows. I.e. it not be allowed for the
file-based MockDataProvider
to have this content:
select "TABLE2"."ID2", "TABLE2"."NAME2" from "TABLE2"
> +---+-----+
> |ID2|NAME2|
> +---+-----+
> |1 |X |
> |2 |Y |
> +---+-----+
@ rows: 1000
Constructor and Description |
---|
MockFileDatabaseException(String message)
Constructor for MockFileDatabaseException.
|
MockFileDatabaseException(String message,
Throwable cause)
Constructor for MockFileDatabaseException.
|
getStackTrace, sqlState, sqlStateClass, sqlStateSubclass
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MockFileDatabaseException(String message)
message
- the detail messageCopyright © 2017. All Rights Reserved.