weblogic.jws.control
Class ControlException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
com.bea.control.ControlException
                  
weblogic.jws.control.ControlException
- All Implemented Interfaces: 
 - Serializable
 
- Direct Known Subclasses: 
 - ServiceControlException, TPMControlException
 
Deprecated. The ControlException class replaces this interface.
public class ControlException
- extends ControlException
 
- See Also:
 - Serialized Form
 
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
ControlException
public ControlException(String message)
- Deprecated. 
 
ControlException
public ControlException(String message,
                        Throwable t)
- Deprecated.