org.codehaus.activesoap
Class SoapFault

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.codehaus.activesoap.SoapFault
All Implemented Interfaces:
Serializable

public class SoapFault
extends Exception

Represents a SOAP fault which occurred while processing the message.

Version:
$Revision: 1.5 $
See Also:
Serialized Form

Constructor Summary
SoapFault(Exception cause)
           
SoapFault(String code, String reason)
           
SoapFault(String code, String subcode, String reason)
           
SoapFault(String code, String reason, String node, String role)
           
 
Method Summary
 String getCode()
           
 String getNode()
           
 String getReason()
           
 String getRole()
           
 String getSubcode()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SoapFault

public SoapFault(Exception cause)

SoapFault

public SoapFault(String code,
                 String reason)

SoapFault

public SoapFault(String code,
                 String subcode,
                 String reason)

SoapFault

public SoapFault(String code,
                 String reason,
                 String node,
                 String role)
Method Detail

getCode

public String getCode()

getSubcode

public String getSubcode()

getReason

public String getReason()

getNode

public String getNode()

getRole

public String getRole()


Copyright © 2004-2007 LogicBlaze, Inc.. All Rights Reserved.