Class PortAllocatingException

All Implemented Interfaces:
Serializable

public class PortAllocatingException extends RuntimeException
Occurs when IProcessManager is unable to allocate free port while it is initializing.
See Also:
  • Constructor Details

    • PortAllocatingException

      public PortAllocatingException(String message, Throwable cause)
      Constructs new instance with given message and cause.
      Parameters:
      message - given message (may be null)
      cause - given cause (may be null)