UserHomeDirectoryNotFoundException constructor

UserHomeDirectoryNotFoundException()

Implementation

UserHomeDirectoryNotFoundException() {
  this.message = 'User Home Directory NOT found';
}