javax.jmi.reflect
Class InvalidObjectException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--javax.jmi.reflect.JmiException
                          |
                          +--javax.jmi.reflect.InvalidObjectException
All Implemented Interfaces:
java.io.Serializable

public class InvalidObjectException
extends JmiException

Exception thrown when an object operation detects a non-existing (i.e. deleted) object.

See Also:
Serialized Form

Constructor Summary
InvalidObjectException(RefObject elementInError)
          Constructs an InvalidObjectException without detail message.
InvalidObjectException(RefObject elementInError, java.lang.String msg)
          Constructs an InvalidObjectException with the specified detail message.
 
Methods inherited from class javax.jmi.reflect.JmiException
getElementInError, getObjectInError
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidObjectException

public InvalidObjectException(RefObject elementInError)
Constructs an InvalidObjectException without detail message.


InvalidObjectException

public InvalidObjectException(RefObject elementInError,
                              java.lang.String msg)
Constructs an InvalidObjectException with the specified detail message.

Parameters:
msg - the detail message.