info.bliki.api
Class MediaWikiComm.ConcurrentEditException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by info.bliki.api.MediaWikiComm.ConcurrentEditException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
MediaWikiComm

public static class MediaWikiComm.ConcurrentEditException
extends java.io.IOException

Special case of IOException to be thrown when saving data to the server fails because another user saved data.

See Also:
Serialized Form

Constructor Summary
MediaWikiComm.ConcurrentEditException()
           
MediaWikiComm.ConcurrentEditException(java.lang.String message)
           
 
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

MediaWikiComm.ConcurrentEditException

public MediaWikiComm.ConcurrentEditException(java.lang.String message)

MediaWikiComm.ConcurrentEditException

public MediaWikiComm.ConcurrentEditException()


Copyright © 2012 Java Wikipedia API (Bliki engine). All Rights Reserved.