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
public class PortAllocatingException extends RuntimeException
Occurs whenIProcessManager
is unable to allocate free port while it is initializing.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PortAllocatingException(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
-
-