|
JSR 172 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.microedition.xml.rpc.FaultDetailException
public class FaultDetailException
The FaultDetailException
class
is used to return service specific exception detail values, and
an associated QName
, to a Stub
instance.
This exception class is returned from the runtime implementation
as the cause
of a JAXRPCException
and
retrieved via the JAXRPCException.getLinkedCause
method.
JAXRPCException
,
FaultDetailHandler
Constructor Summary | |
---|---|
FaultDetailException(QName faultDetailName,
java.lang.Object faultDetail)
Constructs a new exception with the specified fault detail and associated fault detail QName . |
Method Summary | |
---|---|
java.lang.Object |
getFaultDetail()
Returns the fault detail values |
QName |
getFaultDetailName()
Returns the QName of the fault detail element associated with this exception. |
Methods inherited from class java.lang.Throwable |
---|
getMessage, printStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FaultDetailException(QName faultDetailName, java.lang.Object faultDetail)
QName
.
faultDetail
- Object array containing the values for
SOAP fault detail. The values are retrieved using
the getFaultDetail methodfaultDetailName
- the QName
of the SOAP fault
detail elementQName
Method Detail |
---|
public java.lang.Object getFaultDetail()
public QName getFaultDetailName()
QName
of the fault detail elementQName
|
JSR 172 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |