100101102103104105106107108109110
return null; } public String getMessage() { Localizer localizer = new Localizer(); return localizer.localize(this); } /** * Gets the default resource bundle name for this kind of exception. * Used for {@link #JAXWSExceptionBase(String, Object[])}.