Package com.sun.xml.ws.protocol.soap
Class MessageCreationException
- 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.api.message.ExceptionHasMessage
-
- com.sun.xml.ws.protocol.soap.MessageCreationException
-
- All Implemented Interfaces:
com.sun.istack.localization.Localizable,com.sun.istack.localization.LocalizableMessageFactory.ResourceBundleSupplier,Serializable
public class MessageCreationException extends ExceptionHasMessage
- Author:
- Jitendra Kotamraju
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MessageCreationException(SOAPVersion soapVersion, Object... args)
-
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.MessagegetFaultMessage()Returns the exception into a fault Message-
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
-
MessageCreationException
public MessageCreationException(SOAPVersion soapVersion, Object... args)
-
-
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:
-
getFaultMessage
public Message getFaultMessage()
Description copied from class:ExceptionHasMessageReturns the exception into a fault Message- Specified by:
getFaultMessagein classExceptionHasMessage- Returns:
- Message for this exception
-
-