KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > naming > InterruptedNamingException

javax.naming
Class InterruptedNamingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.naming.NamingException
              extended by javax.naming.InterruptedNamingException
All Implemented Interfaces:
Serializable
See Also:
Source Code, Context, DirContext, Thread.interrupt(), InterruptedException

public InterruptedNamingException()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public InterruptedNamingException(String explanation)
See Also:
Throwable.getMessage()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags