public class MappingException extends HibernateException
Constructor and Description |
---|
MappingException(String message)
Constructs a MappingException using the given information.
|
MappingException(String message,
Throwable cause)
Constructs a MappingException using the given information.
|
MappingException(Throwable cause)
Constructs a MappingException using the given information.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MappingException(String message, Throwable cause)
message
- A message explaining the exception conditioncause
- The underlying causepublic MappingException(Throwable cause)
cause
- The underlying causepublic MappingException(String message)
message
- A message explaining the exception conditionCopyright © 2016 JBoss by Red Hat. All rights reserved.