|
Novell exteNd Web Services SDK API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sssw.jbroker.web.portable.ApplicationException
An ApplicationException represents an exception which
occured on the server and is present in the response.
| Constructor Summary | |
ApplicationException(Element detail,
String faultString,
String faultCode)
Construct a new ApplicationException object. |
|
ApplicationException(String faultString,
String faultCode,
QName excQName,
InputStream is)
Construct a new ApplicationException object. |
|
| Method Summary | |
Element |
getDetail()
Get the detail of the exception |
String |
getFaultCode()
Get the application exception's fault code. |
String |
getFaultString()
Get the application exception's fault string. |
InputStream |
getInputStream()
Get the application exception's input stream |
QName |
getQName()
Get the QName of the exception's XML tag |
| 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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ApplicationException(Element detail,
String faultString,
String faultCode)
ApplicationException object.
faultString - the exception's fault stringfaultCode - the exception's fault codedetail - the DOM Element containing fault detail information
public ApplicationException(String faultString,
String faultCode,
QName excQName,
InputStream is)
ApplicationException object.
faultString - the exception's fault stringfaultCode - the exception's fault codeexcQName - the QName of the exception's XML tagis - an input stream to read exception details from| Method Detail |
public String getFaultCode()
public String getFaultString()
public InputStream getInputStream()
public QName getQName()
public Element getDetail()
|
Novell exteNd Web Services SDK API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||