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 Summary
ConstructorsConstructorDescriptionPortAllocatingException
(String message, Throwable cause) Constructs new instance with given message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PortAllocatingException
Constructs new instance with given message and cause.- Parameters:
message
- given message (may benull
)cause
- given cause (may benull
)
-