|
Oracle Secure Global Desktop Web Services API Documentation Release 4.7 E21396-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
com.tarantella.tta.webservices.TTAException
public class TTAException
Thrown by the default implementation of the web services on receipt of a SOAP fault.
Field Summary |
---|
Fields inherited from class java.rmi.RemoteException |
---|
detail |
Constructor Summary | |
---|---|
TTAException(java.lang.String faultCode,
java.lang.String faultString,
java.util.Vector faultDetails)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getFaultCode()
Gets the SOAP fault code returned by the web service. |
java.util.Vector |
getFaultDetails()
Gets the SOAP fault details returned by the web service. |
java.lang.String |
getFaultString()
Gets the SOAP fault string returned by the web service. |
Methods inherited from class java.rmi.RemoteException |
---|
getCause, getMessage |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, 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 TTAException(java.lang.String faultCode, java.lang.String faultString, java.util.Vector faultDetails)
faultCode
- The SOAP fault code.faultString
- The SOAP fault string.faultDetails
- The SOAP fault details.Method Detail |
---|
public java.lang.String getFaultCode()
public java.lang.String getFaultString()
public java.util.Vector getFaultDetails()
|
Oracle Secure Global Desktop Web Services API Documentation Release 4.7 E21396-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |