PortDoesNotExistException constructor

PortDoesNotExistException(
  1. String message
)

Constructs a new Exception for when a port is not present.

Implementation

PortDoesNotExistException(super.message);