InstanceAlreadyExistsExceptionpublic class InstanceAlreadyExistsException extends AFException
Constructors Summary |
---|
public InstanceAlreadyExistsException()Creates new InstanceAlreadyExistsException without detail message.
super();
| public InstanceAlreadyExistsException(String msg)Constructs an InstanceAlreadyExistsException with the specified detail message.
super(msg);
|
|