org.objectweb.mobilitools.util.corba
Class NameServiceException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.objectweb.mobilitools.util.corba.NameServiceException
All Implemented Interfaces:
java.io.Serializable

public class NameServiceException
extends java.lang.Exception

See Also:
Serialized Form

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

Field Detail

exception

public java.lang.Object exception
Constructor Detail

NameServiceException

public NameServiceException()

NameServiceException

public NameServiceException(java.lang.Object the_exception)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable