ServiceControlException Class

DEPRECATED The com.bea.control.ServiceControlException class replaces this interface.

weblogic.jws.control
ServiceControlException Class

public class ServiceControlException

    extends com.bea.control.ServiceControlException

Hierarchy
Object
  Throwable
    Exception
      RuntimeException
        com.bea.control.ControlException
          weblogic.jws.control.ControlException
            com.bea.control.ServiceControlException
              ServiceControlException
All Implemented Interfaces

Serializable

Constructor Summary

ServiceControlException(String msg, Throwable t)

ServiceControlException(String msg)

 

Method Summary

 
Methods from  com.bea.control.com.bea.control.ServiceControlException
getSoapFault, hasSoapFault,
 
Methods from  com.bea.control.com.bea.control.ControlException
getNestedException
 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

ServiceControlException

public ServiceControlException(String msg, 
                               Throwable t)

ServiceControlException

public ServiceControlException(String msg)