ProcessControlException Class

com.bea.control
ProcessControlException Class

public class ProcessControlException

    extends ControlException

Hierarchy
Object
  Throwable
    Exception
      RuntimeException
        ControlException
          ProcessControlException
All Implemented Interfaces

Serializable

Constructor Summary

ProcessControlException(String message, Throwable cause)

ProcessControlException(String message)

 

Method Summary

 
Methods from  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

ProcessControlException

public ProcessControlException(String message, 
                               Throwable cause)

ProcessControlException

public ProcessControlException(String message)