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