Package 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: c7ddbc9a354a7fc5e0aeb1d0a90bc1bc33b2e9b2 $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MigrationRequiredException(String s)
Build a simple exception with a message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MigrationRequiredException
public MigrationRequiredException(String s)
Build a simple exception with a message.- Parameters:
s
- message
-
-