weblogic.jws.control
Class ServiceControlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.bea.control.ControlException
                  extended by weblogic.jws.control.ControlException
                      extended by com.bea.control.classic.ServiceControlException
                          extended by weblogic.jws.control.ServiceControlException
All Implemented Interfaces:
Serializable

Deprecated. The ServiceControlException class replaces this interface.

public class ServiceControlException
extends ServiceControlException

See Also:
Serialized Form

Constructor Summary
ServiceControlException(String msg)
          Deprecated.  
ServiceControlException(String msg, Throwable t)
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.bea.control.classic.ServiceControlException
getSoapFault, hasSoapFault, setSoapFault
 
Methods inherited from class com.bea.control.ControlException
getNestedException
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceControlException

public ServiceControlException(String msg)
Deprecated. 

ServiceControlException

public ServiceControlException(String msg,
                               Throwable t)
Deprecated.