exceptionCaught() — netty Function Reference
Architecture documentation for the exceptionCaught() function in UDTClientServerConnectionTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD e209453e_5cbb_a1e1_b246_8fce86eccf68["exceptionCaught()"] a676c9df_c8d2_4f91_1785_a4dda024be99["ServerHandler"] e209453e_5cbb_a1e1_b246_8fce86eccf68 -->|defined in| a676c9df_c8d2_4f91_1785_a4dda024be99 4630606c_7ed5_66ed_2894_81564a3800f5["exceptionCaught()"] 4630606c_7ed5_66ed_2894_81564a3800f5 -->|calls| e209453e_5cbb_a1e1_b246_8fce86eccf68 4630606c_7ed5_66ed_2894_81564a3800f5["exceptionCaught()"] e209453e_5cbb_a1e1_b246_8fce86eccf68 -->|calls| 4630606c_7ed5_66ed_2894_81564a3800f5 style e209453e_5cbb_a1e1_b246_8fce86eccf68 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
testsuite/src/main/java/io/netty/testsuite/transport/udt/UDTClientServerConnectionTest.java lines 314–319
@Override
public void exceptionCaught(final ChannelHandlerContext ctx,
final Throwable cause) {
log.warn("Server close on exception.", cause);
ctx.close();
}
Domain
Subdomains
Defined In
Calls
Called By
Source
Frequently Asked Questions
What does exceptionCaught() do?
exceptionCaught() is a function in the netty codebase, defined in testsuite/src/main/java/io/netty/testsuite/transport/udt/UDTClientServerConnectionTest.java.
Where is exceptionCaught() defined?
exceptionCaught() is defined in testsuite/src/main/java/io/netty/testsuite/transport/udt/UDTClientServerConnectionTest.java at line 314.
What does exceptionCaught() call?
exceptionCaught() calls 1 function(s): exceptionCaught.
What calls exceptionCaught()?
exceptionCaught() is called by 1 function(s): exceptionCaught.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free