de.fhhannover.inform.trust.ifmapj.exception
Class EndSessionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
EndSessionException()
           
 
Method Summary
 
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

EndSessionException

public EndSessionException()


Copyright © 2012 Trust@FHH. All Rights Reserved.