74757677787980
this.msg = new LocalizableMessage(getDefaultResourceBundleName(), key, args); } protected JAXWSExceptionBase(String message) { this(new NullLocalizable(message)); }
81828384858687
/** * Creates a new exception that wraps the specified exception. */ protected JAXWSExceptionBase(Throwable throwable) { this(new NullLocalizable(throwable.toString()),throwable); }