org.apache.beehive.controls.test
Class ControlTestException

Object
  extended by Throwable
      extended by Exception
          extended by RuntimeException
              extended by ControlTestException
All Implemented Interfaces:
Serializable

public class ControlTestException
extends RuntimeException

Exception type thrown when the controls test infrastructure reports framework errors.

See Also:
Serialized Form

Constructor Summary
ControlTestException()
           
ControlTestException(String message)
           
ControlTestException(String message, Throwable cause)
           
ControlTestException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ControlTestException

public ControlTestException()

ControlTestException

public ControlTestException(String message)

ControlTestException

public ControlTestException(Throwable cause)

ControlTestException

public ControlTestException(String message,
                            Throwable cause)