public class InstanceAlreadyExistsException extends OperationsException
| Constructor and Description |
|---|
InstanceAlreadyExistsException()
Constructs a new
InstanceAlreadyExistsException. |
InstanceAlreadyExistsException(String message)
Constructs a new
InstanceAlreadyExistsException
with the specified message. |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InstanceAlreadyExistsException()
InstanceAlreadyExistsException.public InstanceAlreadyExistsException(String message)
InstanceAlreadyExistsException
with the specified message.message - the error message to give to the user.