Uses of Class
org.apache.qpid.AMQChannelException

Packages that use AMQChannelException
org.apache.qpid.framing   
 

Uses of AMQChannelException in org.apache.qpid.framing
 

Methods in org.apache.qpid.framing that return AMQChannelException
 AMQChannelException AMQMethodBody.getChannelException(AMQConstant code, String message)
           
 AMQChannelException AMQMethodBodyImpl.getChannelException(AMQConstant code, String message)
           
 AMQChannelException AMQMethodBody.getChannelException(AMQConstant code, String message, Throwable cause)
           
 AMQChannelException AMQMethodBodyImpl.getChannelException(AMQConstant code, String message, Throwable cause)
           
 AMQChannelException AMQMethodBody.getChannelNotFoundException(int channelId)
          Convenience Method to create a channel not found exception
 AMQChannelException AMQMethodBodyImpl.getChannelNotFoundException(int channelId)
          Convenience Method to create a channel not found exception
 



Licensed to the Apache Software Foundation