public class MappingException extends RuntimeException
| Constructor and Description |
|---|
MappingException(String message)
Creates an exception with a message
|
MappingException(String message,
Throwable cause)
Creates an exception with a message and a cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MappingException(String message)
message - the message to record