com.xpn.xwiki.store.migration
Class MigrationRequiredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.xpn.xwiki.store.migration.MigrationRequiredException
All Implemented Interfaces:
Serializable

public class MigrationRequiredException
extends Exception

Exception issued by the data migration components when an access is attempted on a database that have not been migrated to the latest version.

Since:
3.4M1
Version:
$Id: 48e8e2c1c8bbb509126853197e3bf145aec8a84a $
See Also:
Serialized Form

Constructor Summary
MigrationRequiredException(String s)
          Build a simple exception with a 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

MigrationRequiredException

public MigrationRequiredException(String s)
Build a simple exception with a message.

Parameters:
s - message


Copyright © 2004–2014 XWiki. All rights reserved.