org.jboss.dtf.testframework.nameservice
Class NameNotBound

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.dtf.testframework.nameservice.NameNotBound
All Implemented Interfaces:
java.io.Serializable

public class NameNotBound
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
NameNotBound()
           
NameNotBound(java.lang.String text)
           
 
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

NameNotBound

public NameNotBound(java.lang.String text)

NameNotBound

public NameNotBound()