InstanceNotFoundException constructor
InstanceNotFoundException(
- String message
Creates a new InstanceNotFoundException with the given message.
Implementation
InstanceNotFoundException(this.message);
Creates a new InstanceNotFoundException with the given message.
InstanceNotFoundException(this.message);