addNamespace("RMT.Commons");
RMT.Commons.ExceptionMessage_class = Class.create();
RMT.Commons.ExceptionMessage_class.prototype = (new AjaxPro.Request()).extend({
	getMessage: function(url, callback) {
		return this.invoke("getMessage", {"url":url}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/RMT.Commons.ExceptionMessage,RMTLib.ashx";
	}
})
RMT.Commons.ExceptionMessage = new RMT.Commons.ExceptionMessage_class();

