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, toString
protected 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 Throwable
protected abstract String getDefaultResourceBundleName()
JAXWSExceptionBase(String, Object[])
.public final String getKey()
getKey
in interface com.sun.istack.localization.Localizable
public final Object[] getArguments()
getArguments
in interface com.sun.istack.localization.Localizable
public final String getResourceBundleName()
getResourceBundleName
in interface com.sun.istack.localization.Localizable
Copyright © 2015 Oracle Corporation. All rights reserved.