Package com._1c.g5.v8.dt.pm
Class PortAllocatingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com._1c.g5.v8.dt.pm.PortAllocatingException
- All Implemented Interfaces:
- Serializable
Occurs when 
IProcessManager is unable to allocate free port while it is initializing.- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionPortAllocatingException(String message, Throwable cause) Constructs new instance with given message and cause.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
PortAllocatingExceptionConstructs new instance with given message and cause.- Parameters:
- message- given message (may be- null)
- cause- given cause (may be- null)
 
 
-