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