242526272829303132
try { return this.JmsSelector(); } catch (Throwable e) { throw (InvalidSelectorException)new InvalidSelectorException("test").initCause(e); } }
232425262728293031
try { return this.JmsSelector(); } catch (Throwable e) { throw (InvalidSelectorException) new InvalidSelectorException("test").initCause(e); } }