@Exported public static class XMLPost.XMLPostException extends Exception
ftStatusCode object, which can in turn be
 interrogated to view the errors returned by the response.  The status codes
 that are set here are set by the target page, so care should be taken to ensure
 that the target page actually sets these codes intelligently.
 
 If the status codes still prove to be inconclusive, this class provides
 a method called, getResponse to view the actual
 response returned by the target Content Server.| Modifier and Type | Method and Description | 
|---|---|
| int | getErrno()Returns the errno value associated with this failure | 
| String | getResponse()Returns the response returned by the target | 
| COM.FutureTense.Util.ftStatusCode | getStatusCodes()Returns an ftStatusCode object that contains
 a list of success or error result codes, including
 numeric error codes and comments about each failure. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic int getErrno()
public String getResponse()
public COM.FutureTense.Util.ftStatusCode getStatusCodes()