de.ukn.hci.squidy.manager.commander
Class ControlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.ukn.hci.squidy.manager.commander.ControlException
All Implemented Interfaces:
Serializable

public class ControlException
extends RuntimeException

ControlException.

 Date: Sep 25, 2008
 Time: 5:31:35 PM
 

Since:
1.1.0
Version:
$Id: ControlException.java 30 2009-09-18 22:23:35Z nitsche $
Author:
Roman Rädle, Roman.Raedle@uni-konstanz.de, University of Konstanz
See Also:
Serialized Form

Constructor Summary
ControlException()
           
ControlException(String message)
           
ControlException(String message, Throwable cause)
           
ControlException(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

ControlException

public ControlException()

ControlException

public ControlException(String message)
Parameters:
message -

ControlException

public ControlException(Throwable cause)
Parameters:
cause -

ControlException

public ControlException(String message,
                        Throwable cause)
Parameters:
message -
cause -


Copyright © 2007-2010 Human-Computer-Interaction :: University of Konstanz. All Rights Reserved.