65666768697071
/** * Creates a new exception that wraps the specified exception. */ protected JAXWSExceptionBase(Throwable throwable) { this(new NullLocalizable(throwable.toString()),throwable); }