com.bea.control
Class ServiceControlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.beehive.controls.api.ControlException
                  extended by com.bea.control.ServiceControlException
All Implemented Interfaces:
Serializable

public class ServiceControlException
extends ControlException

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

See Also:
Serialized Form

Constructor Summary
ServiceControlException(weblogic.wsee.jws.wlw.SoapFaultException sfe)
          This is used to construct an exception based on a wsee SoapFaultException.
ServiceControlException(String msg)
           
ServiceControlException(String msg, Throwable t)
           
 
Method Summary
 SoapFault getSoapFault()
           
 boolean hasSoapFault()
           
 void setSoapFault(SoapFault soapFault)
           
 
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

ServiceControlException

public ServiceControlException(weblogic.wsee.jws.wlw.SoapFaultException sfe)
This is used to construct an exception based on a wsee SoapFaultException.


ServiceControlException

public ServiceControlException(String msg)

ServiceControlException

public ServiceControlException(String msg,
                               Throwable t)
Method Detail

hasSoapFault

public boolean hasSoapFault()

getSoapFault

public SoapFault getSoapFault()
See Also:
SoapFault

setSoapFault

public void setSoapFault(SoapFault soapFault)