public class InstanceAlreadyExistsException extends OperationsException
| Constructor and Description |
|---|
InstanceAlreadyExistsException()
Constructs a new
InstanceAlreadyExistsException. |
InstanceAlreadyExistsException(java.lang.String message)
Constructs a new
InstanceAlreadyExistsException
with the specified message. |
public InstanceAlreadyExistsException()
InstanceAlreadyExistsException.public InstanceAlreadyExistsException(java.lang.String message)
InstanceAlreadyExistsException
with the specified message.message - the error message to give to the user.