com.xpn.xwiki.store.migration
Class DataMigrationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
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
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

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 - message
throwable - root cause


Copyright © 2004–2014 XWiki. All rights reserved.