public class ServiceExceptionImpl extends javax.xml.rpc.ServiceException implements Localizable
| Modifier and Type | Field and Description |
|---|---|
protected LocalizableSupport |
localizablePart |
protected NestableExceptionSupport |
nestablePart |
| Constructor and Description |
|---|
ServiceExceptionImpl() |
ServiceExceptionImpl(Localizable arg) |
ServiceExceptionImpl(String key) |
ServiceExceptionImpl(String key,
Localizable localizable) |
ServiceExceptionImpl(String key,
Object[] args) |
ServiceExceptionImpl(String key,
String arg) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getArguments() |
String |
getKey() |
Throwable |
getLinkedException() |
String |
getMessage() |
String |
getResourceBundleName() |
void |
printStackTrace() |
void |
printStackTrace(PrintStream s) |
void |
printStackTrace(PrintWriter s) |
String |
toString() |
getLinkedCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTraceprotected LocalizableSupport localizablePart
protected NestableExceptionSupport nestablePart
public ServiceExceptionImpl()
public ServiceExceptionImpl(String key)
public ServiceExceptionImpl(String key, Localizable localizable)
public ServiceExceptionImpl(Localizable arg)
public String getResourceBundleName()
getResourceBundleName in interface Localizablepublic String getKey()
getKey in interface Localizablepublic Object[] getArguments()
getArguments in interface Localizablepublic String getMessage()
getMessage in class Throwablepublic Throwable getLinkedException()
public void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream s)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter s)
printStackTrace in class ThrowableCopyright © 2017–2019 Eclipse Foundation. All rights reserved.