weblogic.rmi
Class NoSuchObjectException
java.lang.Object
  
T3Exception
      
weblogic.rmi.RemoteException
          
weblogic.rmi.NoSuchObjectException
Deprecated. 9.0.0.0 Replaced by java.rmi.NoSuchObjectException
public final class NoSuchObjectException
- extends RemoteException
 
Class for handling NoSuchObjectException exceptions.
 This exception is provided for compatibility with the java.rmi.* package.
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
NoSuchObjectException
public NoSuchObjectException()
- Deprecated. 
 
NoSuchObjectException
public NoSuchObjectException(String string)
- Deprecated. 
- Constructs a NoSuchObjectException with the specified string.
- Parameters:
 string - the string message.