|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.xml.ws.WebServiceException
com.sun.xml.ws.util.exception.JAXWSExceptionBase
com.sun.xml.ws.api.message.ExceptionHasMessage
com.sun.xml.ws.protocol.soap.MessageCreationException
public class MessageCreationException
This is used to represent Message creation exception when a Codec
trying to create a Message.
| Field Summary |
|---|
| Fields inherited from interface com.sun.istack.localization.Localizable |
|---|
NOT_LOCALIZABLE |
| Constructor Summary | |
|---|---|
MessageCreationException(SOAPVersion soapVersion,
java.lang.Object... args)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDefaultResourceBundleName()
Gets the default resource bundle name for this kind of exception. |
Message |
getFaultMessage()
Returns the exception into a fault Message |
| Methods inherited from class com.sun.xml.ws.util.exception.JAXWSExceptionBase |
|---|
getArguments, getKey, getMessage, getResourceBundleName |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MessageCreationException(SOAPVersion soapVersion,
java.lang.Object... args)
| Method Detail |
|---|
public java.lang.String getDefaultResourceBundleName()
JAXWSExceptionBaseJAXWSExceptionBase.JAXWSExceptionBase(String, Object[]).
getDefaultResourceBundleName in class JAXWSExceptionBasepublic Message getFaultMessage()
ExceptionHasMessage
getFaultMessage in class ExceptionHasMessage
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||