public class MappingException extends HibersapException
| Constructor and Description |
|---|
MappingException(String msg)
Constructs a new MappingException with a detail message.
|
MappingException(String msg,
Throwable cause)
Constructs a new MappingException with a detail message and a cause.
|
MappingException(Throwable cause)
Constructs a new MappingException with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MappingException(String msg, Throwable cause)
msg - The messagecause - The causepublic MappingException(Throwable cause)
cause - The causepublic MappingException(String msg)
msg - The messageCopyright © 2017 akquinet tech@spree GmbH. All Rights Reserved.