Package com.xpn.xwiki.store.migration
Class DataMigrationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.xpn.xwiki.store.migration.DataMigrationException
-
- All Implemented Interfaces:
Serializable
public class DataMigrationException extends Exception
Exception issued by the data migration components for an unexpected issue.- Since:
- 3.4M1
- Version:
- $Id: 11dd04f774e6e167a237fc121638734450bd18c7 $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataMigrationException(String s)
Build a simple exception with a message.DataMigrationException(String s, Throwable throwable)
Build an exception with a message and a root cause.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DataMigrationException
public DataMigrationException(String s)
Build a simple exception with a message.- Parameters:
s
- message
-
-