public class NameAlreadyExistsException extends Exception
NameAlreadyExistsException.| Constructor and Description |
|---|
NameAlreadyExistsException()
Creates a new instance of
NameAlreadyExistsException. |
NameAlreadyExistsException(String msg)
Creates a new instance of
NameAlreadyExistsException. |
NameAlreadyExistsException(String msg,
Throwable cause)
Creates a new instance of
NameAlreadyExistsException. |
NameAlreadyExistsException(Throwable cause)
Creates a new instance of
NameAlreadyExistsException. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NameAlreadyExistsException()
NameAlreadyExistsException.public NameAlreadyExistsException(String msg)
NameAlreadyExistsException.msg - The message.public NameAlreadyExistsException(String msg, Throwable cause)
NameAlreadyExistsException.msg - The message.cause - The cause.public NameAlreadyExistsException(Throwable cause)
NameAlreadyExistsException.cause - The cause.Copyright © 2013. All Rights Reserved.