public interface CheckedException
WebFault
annotation defined on it.
Also the exception class must have
public WrapperException()String message, FaultBean){}
and method
public FaultBean getFaultInfo();
Modifier and Type | Method and Description |
---|---|
com.sun.xml.bind.api.Bridge |
getBridge()
Deprecated.
Why do you need this?
|
Class |
getDetailBean()
The detail bean is serialized inside the detail entry in the SOAP message.
|
Class |
getExceptionClass()
The returned exception class would be userdefined or WSDL exception class.
|
ExceptionType |
getExceptionType()
Tells whether the exception class is a userdefined or a WSDL exception.
|
String |
getMessageName()
Gives the wsdl:portType/wsdl:operation/wsdl:fault@message value - that is the wsdl:message
referenced by wsdl:fault
|
SEIModel |
getOwner()
Gets the root
SEIModel that owns this model. |
JavaMethod |
getParent()
Gets the parent
JavaMethod to which this checked exception belongs. |
JavaMethod getParent()
JavaMethod
to which this checked exception belongs.Class getExceptionClass()
Class getDetailBean()
JAXBContext
inorder to get
marshalled/unmarshalled.com.sun.xml.bind.api.Bridge getBridge()
Bridge
associated with the detailExceptionType getExceptionType()
public WrapperException()String message, FaultBean){}
and accessor method
public FaultBean getFaultInfo();
String getMessageName()
Copyright © 2015 Oracle Corporation. All rights reserved.