PortScannerTaskException constructor

PortScannerTaskException(
  1. String cause
)

Creates a new instance of PortScannerTaskException.

cause The cause of the exception.

Implementation

PortScannerTaskException(this.cause);