Class EndWithErrorExceptionVisitorAdapter
- java.lang.Object
-
- com.swiftmq.impl.amqp.amqp.v01_00_00.EndWithErrorExceptionVisitorAdapter
-
- All Implemented Interfaces:
EndWithErrorExceptionVisitor
public class EndWithErrorExceptionVisitorAdapter extends java.lang.Object implements EndWithErrorExceptionVisitor
-
-
Constructor Summary
Constructors Constructor Description EndWithErrorExceptionVisitorAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
visit(ConnectionEndException exception)
void
visit(LinkEndException exception)
void
visit(SessionEndException exception)
-
-
-
Method Detail
-
visit
public void visit(LinkEndException exception)
- Specified by:
visit
in interfaceEndWithErrorExceptionVisitor
-
visit
public void visit(SessionEndException exception)
- Specified by:
visit
in interfaceEndWithErrorExceptionVisitor
-
visit
public void visit(ConnectionEndException exception)
- Specified by:
visit
in interfaceEndWithErrorExceptionVisitor
-
-