Search in sources :

Example 6 with ExceptionResponse

use of org.apache.activemq.command.ExceptionResponse in project activemq-artemis by apache.

the class ExceptionResponseTest method populateObject.

@Override
protected void populateObject(Object object) throws Exception {
    super.populateObject(object);
    ExceptionResponse info = (ExceptionResponse) object;
    info.setException(createThrowable("Exception:1"));
}
Also used : ExceptionResponse(org.apache.activemq.command.ExceptionResponse)

Example 7 with ExceptionResponse

use of org.apache.activemq.command.ExceptionResponse in project activemq-artemis by apache.

the class ExceptionResponseTest method createObject.

@Override
public Object createObject() throws Exception {
    ExceptionResponse info = new ExceptionResponse();
    populateObject(info);
    return info;
}
Also used : ExceptionResponse(org.apache.activemq.command.ExceptionResponse)

Example 8 with ExceptionResponse

use of org.apache.activemq.command.ExceptionResponse in project activemq-artemis by apache.

the class ExceptionResponseTest method createObject.

@Override
public Object createObject() throws Exception {
    ExceptionResponse info = new ExceptionResponse();
    populateObject(info);
    return info;
}
Also used : ExceptionResponse(org.apache.activemq.command.ExceptionResponse)

Example 9 with ExceptionResponse

use of org.apache.activemq.command.ExceptionResponse in project activemq-artemis by apache.

the class ExceptionResponseTest method createObject.

@Override
public Object createObject() throws Exception {
    ExceptionResponse info = new ExceptionResponse();
    populateObject(info);
    return info;
}
Also used : ExceptionResponse(org.apache.activemq.command.ExceptionResponse)

Example 10 with ExceptionResponse

use of org.apache.activemq.command.ExceptionResponse in project activemq-artemis by apache.

the class ExceptionResponseTest method createObject.

@Override
public Object createObject() throws Exception {
    ExceptionResponse info = new ExceptionResponse();
    populateObject(info);
    return info;
}
Also used : ExceptionResponse(org.apache.activemq.command.ExceptionResponse)

Aggregations

ExceptionResponse (org.apache.activemq.command.ExceptionResponse)22 Response (org.apache.activemq.command.Response)3 Message (org.apache.activemq.command.Message)2 IOException (java.io.IOException)1 IllegalStateException (javax.jms.IllegalStateException)1 InvalidClientIDException (javax.jms.InvalidClientIDException)1 InvalidDestinationException (javax.jms.InvalidDestinationException)1 JMSSecurityException (javax.jms.JMSSecurityException)1 Session (javax.jms.Session)1 XAException (javax.transaction.xa.XAException)1 ActiveMQAddressExistsException (org.apache.activemq.artemis.api.core.ActiveMQAddressExistsException)1 ActiveMQException (org.apache.activemq.artemis.api.core.ActiveMQException)1 ActiveMQNonExistentQueueException (org.apache.activemq.artemis.api.core.ActiveMQNonExistentQueueException)1 ActiveMQQueueExistsException (org.apache.activemq.artemis.api.core.ActiveMQQueueExistsException)1 ActiveMQRemoteDisconnectException (org.apache.activemq.artemis.api.core.ActiveMQRemoteDisconnectException)1 ActiveMQSecurityException (org.apache.activemq.artemis.api.core.ActiveMQSecurityException)1 Command (org.apache.activemq.command.Command)1 ConnectionInfo (org.apache.activemq.command.ConnectionInfo)1 ConsumerControl (org.apache.activemq.command.ConsumerControl)1 ControlCommand (org.apache.activemq.command.ControlCommand)1