exceptionCaught() — netty Function Reference
Architecture documentation for the exceptionCaught() function in UDTClientServerConnectionTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 4630606c_7ed5_66ed_2894_81564a3800f5["exceptionCaught()"] 7b1e9cd9_92b3_cb55_12c7_64bd16e9d458["ClientHandler"] 4630606c_7ed5_66ed_2894_81564a3800f5 -->|defined in| 7b1e9cd9_92b3_cb55_12c7_64bd16e9d458 e209453e_5cbb_a1e1_b246_8fce86eccf68["exceptionCaught()"] e209453e_5cbb_a1e1_b246_8fce86eccf68 -->|calls| 4630606c_7ed5_66ed_2894_81564a3800f5 e209453e_5cbb_a1e1_b246_8fce86eccf68["exceptionCaught()"] 4630606c_7ed5_66ed_2894_81564a3800f5 -->|calls| e209453e_5cbb_a1e1_b246_8fce86eccf68 style 4630606c_7ed5_66ed_2894_81564a3800f5 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
testsuite/src/main/java/io/netty/testsuite/transport/udt/UDTClientServerConnectionTest.java lines 169–174
@Override
public void exceptionCaught(final ChannelHandlerContext ctx,
final Throwable cause) throws Exception {
log.warn("Client unexpected exception from downstream.", 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 169.
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