org.hibernate
Class DuplicateMappingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hibernate.exception.NestableRuntimeException
org.hibernate.HibernateException
org.hibernate.MappingException
org.hibernate.DuplicateMappingException
- All Implemented Interfaces:
- Serializable, Nestable
public class DuplicateMappingException
- extends MappingException
Raised whenever a duplicate for a certain type occurs.
Duplicate class, table, property name etc.
- Author:
- Max Rydahl Andersen
- See Also:
- Serialized Form
Methods inherited from class org.hibernate.exception.NestableRuntimeException |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
DuplicateMappingException
public DuplicateMappingException(String customMessage,
String type,
String name)
DuplicateMappingException
public DuplicateMappingException(String type,
String name)
getType
public String getType()
getName
public String getName()