Class NettyTransportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.pekko.remote.transport.netty.NettyTransportException
- All Implemented Interfaces:
Serializable,OnlyCauseStackTrace
- Direct Known Subclasses:
NettyTransportExceptionNoStack
Deprecated.
Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.NettyTransportException(String msg, Throwable cause) Deprecated. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.pekko.OnlyCauseStackTrace
fillInStackTrace
-
Constructor Details
-
NettyTransportException
Deprecated. -
NettyTransportException
Deprecated.
-