com.xpn.xwiki.store.migration
Class MigrationRequiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MigrationRequiredException
public MigrationRequiredException(String s)
- Build a simple exception with a message.
- Parameters:
s
- message
Copyright © 2004-2013 XWiki. All Rights Reserved.