de.fhhannover.inform.trust.ifmapj.exception
Class EndSessionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.fhhannover.inform.trust.ifmapj.exception.EndSessionException
- All Implemented Interfaces:
- Result, Serializable
public class EndSessionException
- extends Exception
- implements Result
This exception is only thrown by the method ARC.poll()
to indicate
that the underlying IF-MAP session ended while a poll was in progress.
This can, for example, happen if a call to ARC.poll()
was done, i.e.
a poll is pending, and on the associated SSRC
SSRC.newSession()
or SSRC.endSession()
is called.
- Author:
- aw
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EndSessionException
public EndSessionException()
Copyright © 2012 Trust@FHH. All Rights Reserved.