public class MappingException extends HibernateException
| Constructor and Description |
|---|
MappingException(java.lang.String message)
Constructs a MappingException using the given information.
|
MappingException(java.lang.String message,
java.lang.Throwable cause)
Constructs a MappingException using the given information.
|
MappingException(java.lang.Throwable cause)
Constructs a MappingException using the given information.
|
public MappingException(java.lang.String message,
java.lang.Throwable cause)
message - A message explaining the exception conditioncause - The underlying causepublic MappingException(java.lang.Throwable cause)
cause - The underlying causepublic MappingException(java.lang.String message)
message - A message explaining the exception conditionCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.