Interface EndWithErrorExceptionVisitor
-
- All Known Implementing Classes:
EndWithErrorExceptionVisitorAdapter
public interface EndWithErrorExceptionVisitor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
visit(ConnectionEndException exception)
void
visit(LinkEndException exception)
void
visit(SessionEndException exception)
-
-
-
Method Detail
-
visit
void visit(LinkEndException exception)
-
visit
void visit(SessionEndException exception)
-
visit
void visit(ConnectionEndException exception)
-
-