Class SessionExpiredException
Exception indicating that a revision update session was expired due to lack of activity.
Implements
Inherited Members
Namespace: Lucene.Net.Replicator
Assembly: Lucene.Net.Replicator.dll
Syntax
[Serializable]
public class SessionExpiredException : IOException, ISerializable
Remarks
Note
This API is experimental and might change in incompatible ways in the next release.
Constructors
SessionExpiredException()
Exception indicating that a revision update session was expired due to lack of activity.
Declaration
public SessionExpiredException()
Remarks
Note
This API is experimental and might change in incompatible ways in the next release.
See Also
SessionExpiredException(string)
Exception indicating that a revision update session was expired due to lack of activity.
Declaration
public SessionExpiredException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |
Remarks
Note
This API is experimental and might change in incompatible ways in the next release.
See Also
SessionExpiredException(string, Exception)
Exception indicating that a revision update session was expired due to lack of activity.
Declaration
public SessionExpiredException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
Exception | inner |
Remarks
Note
This API is experimental and might change in incompatible ways in the next release.