Class 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 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