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(java.lang.String message)
Constructor for MockFileDatabaseException.
|
MockFileDatabaseException(java.lang.String message,
java.lang.Throwable cause)
Constructor for MockFileDatabaseException.
|
getCause, getStackTrace, sqlState, sqlStateClass, sqlStateSubclass
public MockFileDatabaseException(java.lang.String message)
message
- the detail messagepublic MockFileDatabaseException(java.lang.String message, java.lang.Throwable cause)
message
- the detail messagecause
- the root causeCopyright © 2018. All Rights Reserved.