com.tarantella.tta.webservices
Class TTAException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
com.tarantella.tta.webservices.TTAException
- All Implemented Interfaces:
- java.io.Serializable
public class TTAException
- extends java.rmi.RemoteException
Thrown by the default implementation of the web services on receipt
of a SOAP fault.
- See Also:
- Serialized Form
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 |
TTAException
public TTAException(java.lang.String faultCode,
java.lang.String faultString,
java.util.Vector faultDetails)
- Constructor.
- Parameters:
faultCode
- The SOAP fault code.faultString
- The SOAP fault string.faultDetails
- The SOAP fault details.- Since:
- 1.0
getFaultCode
public java.lang.String getFaultCode()
- Gets the SOAP fault code returned by the web service.
- Returns:
- The fault code.
- Since:
- 1.0
getFaultString
public java.lang.String getFaultString()
- Gets the SOAP fault string returned by the web service.
- Returns:
- The fault string.
- Since:
- 1.0
getFaultDetails
public java.util.Vector getFaultDetails()
- Gets the SOAP fault details returned by the web service.
- Returns:
- The fault details.
- Since:
- 1.0