public abstract class JAXWSExceptionBase extends WebServiceException implements com.sun.istack.localization.Localizable
WebServiceException with
localizable message.| Modifier | Constructor and Description |
|---|---|
protected |
JAXWSExceptionBase(com.sun.istack.localization.Localizable msg) |
protected |
JAXWSExceptionBase(com.sun.istack.localization.Localizable msg,
Throwable cause) |
protected |
JAXWSExceptionBase(String message) |
protected |
JAXWSExceptionBase(String key,
Object... args)
Deprecated.
Should use the localizable constructor instead.
|
protected |
JAXWSExceptionBase(Throwable throwable)
Creates a new exception that wraps the specified exception.
|
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getArguments() |
protected abstract String |
getDefaultResourceBundleName()
Gets the default resource bundle name for this kind of exception.
|
String |
getKey() |
String |
getMessage() |
String |
getResourceBundleName() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected JAXWSExceptionBase(String key, Object... args)
protected JAXWSExceptionBase(String message)
protected JAXWSExceptionBase(Throwable throwable)
protected JAXWSExceptionBase(com.sun.istack.localization.Localizable msg)
protected JAXWSExceptionBase(com.sun.istack.localization.Localizable msg,
Throwable cause)
public String getMessage()
getMessage in class Throwableprotected abstract String getDefaultResourceBundleName()
JAXWSExceptionBase(String, Object[]).public final String getKey()
getKey in interface com.sun.istack.localization.Localizablepublic final Object[] getArguments()
getArguments in interface com.sun.istack.localization.Localizablepublic final String getResourceBundleName()
getResourceBundleName in interface com.sun.istack.localization.LocalizableCopyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.