Package com.sun.xml.ws.client
Class ClientTransportException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jakarta.xml.ws.WebServiceException
-
- com.sun.xml.ws.util.exception.JAXWSExceptionBase
-
- com.sun.xml.ws.client.ClientTransportException
-
- All Implemented Interfaces:
com.sun.istack.localization.Localizable,com.sun.istack.localization.LocalizableMessageFactory.ResourceBundleSupplier,Serializable
public class ClientTransportException extends JAXWSExceptionBase
- Author:
- WS Development Team
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClientTransportException(com.sun.istack.localization.Localizable msg)ClientTransportException(com.sun.istack.localization.Localizable msg, Throwable cause)ClientTransportException(Throwable throwable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDefaultResourceBundleName()Gets the default resource bundle name for this kind of exception.-
Methods inherited from class com.sun.xml.ws.util.exception.JAXWSExceptionBase
getArguments, getKey, getMessage, getResourceBundle, getResourceBundleName
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ClientTransportException
public ClientTransportException(com.sun.istack.localization.Localizable msg)
-
ClientTransportException
public ClientTransportException(com.sun.istack.localization.Localizable msg, Throwable cause)
-
ClientTransportException
public ClientTransportException(Throwable throwable)
-
-
Method Detail
-
getDefaultResourceBundleName
public String getDefaultResourceBundleName()
Description copied from class:JAXWSExceptionBaseGets the default resource bundle name for this kind of exception. Used forJAXWSExceptionBase(String, Object[]).- Specified by:
getDefaultResourceBundleNamein classJAXWSExceptionBase- Returns:
-
-