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: a8f986578ea04063838d3748c7e76ac05b82f55a $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DataMigrationException
public DataMigrationException(String s)
- Build a simple exception with a message.
- Parameters:
s
- message
DataMigrationException
public DataMigrationException(String s,
Throwable throwable)
- Build an exception with a message and a root cause.
- Parameters:
s
- messagethrowable
- root cause
Copyright © 2004-2013 XWiki. All Rights Reserved.