public class NameAlreadyExistsException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
NameAlreadyExistsException()
Creates a new instance of
NameAlreadyExistsException. |
NameAlreadyExistsException(java.lang.String message)
Constructs an instance of
NameAlreadyExistsException with the specified
detail message. |
public NameAlreadyExistsException()
NameAlreadyExistsException.public NameAlreadyExistsException(java.lang.String message)
NameAlreadyExistsException with the specified
detail message.message - the exception message.