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. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MappingException(String message)
message - the detail messageCopyright © 2015. All Rights Reserved.