public class DuplicateMappingException extends MappingException
Modifier and Type | Class and Description |
---|---|
static class |
DuplicateMappingException.Type |
Constructor and Description |
---|
DuplicateMappingException(DuplicateMappingException.Type type,
String name) |
DuplicateMappingException(String customMessage,
DuplicateMappingException.Type type,
String name) |
DuplicateMappingException(String type,
String name)
Deprecated.
|
DuplicateMappingException(String customMessage,
String type,
String name)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
getType() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DuplicateMappingException(DuplicateMappingException.Type type, String name)
@Deprecated public DuplicateMappingException(String type, String name)
public DuplicateMappingException(String customMessage, DuplicateMappingException.Type type, String name)
@Deprecated public DuplicateMappingException(String customMessage, String type, String name)
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.