com.anabas.naming
Class NotContextException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.anabas.naming.NamingException
                    |
                    +--com.anabas.naming.NotContextException

public class NotContextException
extends NamingException

Title: Description: Copyright: Copyright (c) 2000 Company:

See Also:
Serialized Form

Constructor Summary
NotContextException(java.lang.String name)
           
 
Method Summary
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotContextException

public NotContextException(java.lang.String name)
Method Detail

getName

public java.lang.String getName()
Overrides:
getName in class NamingException