Class IpcEndpointBindException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.ignite.IgniteCheckedException
-
- org.apache.ignite.internal.util.ipc.IpcEndpointBindException
-
- All Implemented Interfaces:
Serializable
public class IpcEndpointBindException extends IgniteCheckedException
Represents exception occurred during IPC endpoint binding.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IpcEndpointBindException(String msg)Constructor.IpcEndpointBindException(String msg, Throwable cause)Constructor.
-
Method Summary
-
Methods inherited from class org.apache.ignite.IgniteCheckedException
getCause, hasCause, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-