PortConflictException

Thrown when attempting to start the Mockzilla server on a port that is occupied by another process. To resolve, either terminate the process occupying the port or update your MockzillaConfig.

Constructors

Link copied to clipboard
constructor(port: Int)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open override val message: String
Link copied to clipboard
val port: Int

The number of the port that was used to start the Mockzilla server.