net.jini.event
Class InvalidIteratorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.jini.event.InvalidIteratorException
- All Implemented Interfaces:
- Serializable
public class InvalidIteratorException
- extends Exception
An exception thrown when an event iterator becomes invalid.
An event iterator becomes invalid when:
- Since:
- 2.1
- Author:
- Sun Microsystems, Inc.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidIteratorException
public InvalidIteratorException(String reason)
- Constructs an InvalidIteratorException with the specified detail message.
- Parameters:
reason
- a String
containing a detail message
InvalidIteratorException
public InvalidIteratorException()
- Constructs an InvalidIteratorException with no detail message.
Copyright © GigaSpaces.