Uses of Class
org.ow2.joram.mom.amqp.exceptions.AMQPException
-
Packages that use AMQPException Package Description org.ow2.joram.mom.amqp org.ow2.joram.mom.amqp.exceptions -
-
Uses of AMQPException in org.ow2.joram.mom.amqp
Methods in org.ow2.joram.mom.amqp with parameters of type AMQPException Modifier and Type Method Description private voidProxy. throwException(AMQPException amqe, int channelNumber, int classId, int methodId)Releases connection or channel resources and close it by sending a notification to the client.Methods in org.ow2.joram.mom.amqp that throw AMQPException Modifier and Type Method Description private voidAMQPConnectionListener. acceptConnection()voidProxy. basicCancel(String consumerTag, int channelNumber)voidProxy. basicConsume(AMQP.Basic.Consume basicConsume)GetResponseProxy. basicGet(AMQP.Basic.Get basicGet)voidProxy. channelClose(int channelNumber)voidProxy. cleanConsumers(short sid)private voidProxy. doCancel(String consumerTag, int channelNumber, QueueShell queueShell)protected voidProxy. doProcessMethod(AbstractMarshallingMethod method)private static ObjectStubAgentIn. doProcessMethod(AbstractMarshallingMethod method, short serverId, long proxyId)voidProxy. exchangeDeclare(AMQP.Exchange.Declare exchangeDeclare)voidProxy. exchangeDelete(AMQP.Exchange.Delete exchangeDelete)voidProxy. queueBind(AMQP.Queue.Bind queueBind)AMQP.Queue.DeclareOkProxy. queueDeclare(AMQP.Queue.Declare queueDeclare)AMQP.Queue.DeleteOkProxy. queueDelete(AMQP.Queue.Delete queueDelete)AMQP.Queue.PurgeOkProxy. queuePurge(AMQP.Queue.Purge queuePurge)voidProxy. queueUnbind(AMQP.Queue.Unbind queueUnbind)static ObjectStubAgentOut. syncSend(Object request, short serverId)static ObjectStubAgentOut. syncSend(Object request, short serverId, long proxyId)private voidProxy. throwException(AMQPException amqe, int channelNumber, int classId, int methodId)Releases connection or channel resources and close it by sending a notification to the client. -
Uses of AMQPException in org.ow2.joram.mom.amqp.exceptions
Subclasses of AMQPException in org.ow2.joram.mom.amqp.exceptions Modifier and Type Class Description classAccessRefusedExceptionThe client attempted to work with a server entity to which it has no access due to security settings.classChannelErrorExceptionException thrown if the client attempted to work with a channel that had not been correctly opened.classChannelExceptionThese exceptions are all associated with failures that affect the current channel but not other channels in the same connection;classCommandInvalidExceptionException thrown if the client sent an invalid sequence of frames, attempting to perform an operation that was considered invalid by the server.classConnectionExceptionThese exceptions are all associated with failures that preclude any further activity on the connection and require its closing.classFrameErrorExceptionException thrown if the sender sent a malformed frame that the recipient could not decode.classInternalErrorExceptionException thrown if the server could not complete the method because of an internal error.classInterruptedExceptionclassNoConsumersExceptionException thrown when the exchange cannot deliver to a consumer when the immediate flag is set.classNotAllowedExceptionException thrown if the client tried to work with some entity in a manner that is prohibited by the server, due to security settings or by some other criteria.classNotFoundExceptionException thrown if the client attempted to work with a server entity that does not exist.classNotImplementedExceptionException thrown if the client tried to use functionality that is not implemented in the server.classPreconditionFailedExceptionException thrown if the client requested a method that was not allowed because some precondition failed.classResourceLockedExceptionException thrown if the client attempted to work with a server entity to which it has no access because another client is working with it.classSyntaxErrorExceptionException thrown if the sender sent a frame that contained illegal values for one or more fields.classTransactionExceptionclassUnexpectedFrameExceptionException thrown if the peer sent a frame that was not expected, usually in the context of a content header and body.
-