ControlException Class

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

weblogic.jws.control
ControlException Class

public class ControlException

    extends com.bea.control.ControlException

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

Serializable
Direct Known Subclasses

com.bea.control.ServiceControlException

Constructor Summary

ControlException(String message, Throwable t)

ControlException(String message)

 

Method Summary

 
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

ControlException

public ControlException(String message, 
                        Throwable t)

ControlException

public ControlException(String message)