Class NettyTransportExceptionNoStack
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.pekko.remote.transport.netty.NettyTransportException
org.apache.pekko.remote.transport.netty.NettyTransportExceptionNoStack
- All Implemented Interfaces:
Serializable,OnlyCauseStackTrace,scala.util.control.NoStackTrace
public class NettyTransportExceptionNoStack
extends NettyTransportException
implements scala.util.control.NoStackTrace
Deprecated.
Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.NettyTransportExceptionNoStack(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 scala.util.control.NoStackTrace
fillInStackTraceMethods inherited from interface org.apache.pekko.OnlyCauseStackTrace
fillInStackTrace
-
Constructor Details
-
NettyTransportExceptionNoStack
Deprecated. -
NettyTransportExceptionNoStack
Deprecated.
-