|
BenQ Mobile |
|||||||||
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
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
,
Serialized FormConstructor Summary | |
FaultDetailException(QName lfaultDetailName,
java.lang.Object lfaultDetail)
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 |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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 FaultDetailException(QName lfaultDetailName, java.lang.Object lfaultDetail)
QName
.
lfaultDetail
- Object array containing the values for
SOAP fault detail. The values are retrieved using
the getFaultDetail methodlfaultDetailName
- the QName
of the SOAP fault
detail elementQName
Method Detail |
public java.lang.Object getFaultDetail()
public QName getFaultDetailName()
QName
of the fault detail elementQName
|
BenQ Mobile |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2006 BenQ Mobile GmbH & Co. OHG or respective copyright owner. All Rights Reserved. BenQ Corp. is a trademark licensee of Siemens AG. |
For further information about Mobility Toolkit (MTK) visit our Developer Portal. |