Skip navigation links

Oracle Secure Global Desktop Web Services API Documentation
Release 4.6

E23734-01


com.tarantella.tta.webservices
Class TTAException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.rmi.RemoteException
                  extended by 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

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

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

Method Detail

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

Skip navigation links

Oracle Secure Global Desktop Web Services API Documentation
Release 4.6

E23734-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.