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;
}
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"));
}
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"));
}
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;
}
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"));
}
Aggregations