public class InvalidIteratorException extends Exception
MailboxPullRegistration.getRemoteEvents
creates another iterator for
the same registration.
MailboxRegistration.enableDelivery
for the same registration switches from
iterator functionality to event listener functionality.
RemoteEventIterator.close
occurs.
Constructor and Description |
---|
InvalidIteratorException()
Constructs an InvalidIteratorException with no detail message.
|
InvalidIteratorException(String reason)
Constructs an InvalidIteratorException with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidIteratorException(String reason)
reason
- a String
containing a detail messagepublic InvalidIteratorException()
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.