public class MappingException extends DataAccessException
Record
with any of these methods
Constructor and Description |
---|
MappingException(String message)
Constructor for MappingException.
|
MappingException(String message,
Throwable cause)
Constructor for MappingException.
|
getCause, getStackTrace, sqlState, sqlStateClass, sqlStateSubclass
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MappingException(String message)
message
- the detail messageCopyright © 2019. All rights reserved.