control
Class ControlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by control.ControlException
All Implemented Interfaces:
java.io.Serializable

public class ControlException
extends java.lang.Exception

ControlExceptions are thrown by the Controller class when a method does not complete successfully.

Author:
pgroudas
See Also:
Serialized Form

Constructor Summary
ControlException(java.lang.String s)
          Constructs a new ControlException
 
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(java.lang.String s)
Constructs a new ControlException

Parameters:
s - String message