com.bea.control.classic
Class ServiceControlException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
com.bea.control.ControlException
                  
weblogic.jws.control.ControlException
                      
com.bea.control.classic.ServiceControlException
- All Implemented Interfaces: 
 - Serializable
 
- Direct Known Subclasses: 
 - ServiceControlException
 
public class ServiceControlException
- extends ControlException
 
The ServiceControlException class can be used to throw exceptions from a web service control.
- See Also:
 ControlException, 
Serialized Form
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
ServiceControlException
public ServiceControlException(String msg)
ServiceControlException
public ServiceControlException(String msg,
                               Throwable t)
hasSoapFault
public boolean hasSoapFault()
 
getSoapFault
public SoapFault getSoapFault()
- See Also:
 SoapFault
 
setSoapFault
public void setSoapFault(SoapFault soapFault)