69707172737475
* @deprecated * Should use the localizable constructor instead. */ protected JAXWSExceptionBase(String key, Object... args) { super(findNestedException(args)); this.msg = new LocalizableMessage(getDefaultResourceBundleName(), key, args); }