ajanta.naming
Class NRException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--java.rmi.RemoteException
                          |
                          +--ajanta.naming.NRException
All Implemented Interfaces:
java.io.Serializable

public class NRException
extends java.rmi.RemoteException

See Also:
Serialized Form

Field Summary
 ajanta.naming.NRTicket ticket
           
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
NRException(ajanta.naming.NRTicket t)
           
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ticket

public ajanta.naming.NRTicket ticket
Constructor Detail

NRException

public NRException(ajanta.naming.NRTicket t)