public class WrongEntryTypeException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
WrongEntryTypeException(java.lang.String existingKey,
NTEntryType existingType)
Creates a new TableKeyExistsWithDifferentTypeException
|
WrongEntryTypeException(java.lang.String existingKey,
NTEntryType existingType,
java.lang.String message) |
private static final long serialVersionUID
public WrongEntryTypeException(java.lang.String existingKey,
NTEntryType existingType)
existingKey - The name of the key which exists.existingType - The type of the key which exists.public WrongEntryTypeException(java.lang.String existingKey,
NTEntryType existingType,
java.lang.String message)