org.ow2.carol.cmi.controller.client
Class ControlThreadException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ow2.carol.cmi.controller.client.ControlThreadException
All Implemented Interfaces:
java.io.Serializable

public class ControlThreadException
extends java.lang.RuntimeException

Exception thrown if there is a failure in the control thread.

Author:
The new CMI team
See Also:
ControlThread, Serialized Form

Constructor Summary
ControlThreadException(java.lang.String message)
           
ControlThreadException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ControlThreadException

public ControlThreadException(java.lang.String message)

ControlThreadException

public ControlThreadException(java.lang.String message,
                              java.lang.Throwable cause)


Copyright © 2007 OW2 Consortium. All Rights Reserved.