BEA Systems, Inc.

BEA WebLogic Server Support for Apache Beehive


com.bea.control
Class ServiceControlException

java.lang.Object
  extended byControlException
      extended bycom.bea.control.ServiceControlException

public class ServiceControlException
extends ControlException

The ServiceControlException class can be used to throw exceptions from a web service control

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
ServiceControlException(SoapFaultException sfe)
          this is used to construct an exception based on a wsee SoapFaultException
ServiceControlException(String msg, Throwable t)
           
 
Method Summary
 SoapFault getSoapFault()
           
 boolean hasSoapFault()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceControlException

public ServiceControlException(SoapFaultException sfe)
this is used to construct an exception based on a wsee SoapFaultException


ServiceControlException

public ServiceControlException(String msg,
                               Throwable t)
Method Detail

getSoapFault

public SoapFault getSoapFault()
See Also:
SoapFault

hasSoapFault

public boolean hasSoapFault()

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.