com.sun.xml.ws.rx.rm.faults
Class WsrmRequiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.xml.ws.WebServiceException
com.sun.xml.ws.rx.RxRuntimeException
com.sun.xml.ws.rx.rm.faults.AbstractSoapFaultException
com.sun.xml.ws.rx.rm.faults.WsrmRequiredException
- All Implemented Interfaces:
- Serializable
public class WsrmRequiredException
- extends AbstractSoapFaultException
- Author:
- Marek Potociar (marek.potociar at sun.com)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
WsrmRequiredException
public WsrmRequiredException()
getCode
public AbstractSoapFaultException.Code getCode()
- Specified by:
getCode in class AbstractSoapFaultException
getSubcode
public QName getSubcode(RmRuntimeVersion rv)
- Specified by:
getSubcode in class AbstractSoapFaultException
getDetail
public Detail getDetail(RuntimeContext rc)
- Specified by:
getDetail in class AbstractSoapFaultException
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.