Class MigrationServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nuiton.topia.persistence.TopiaException
org.nuiton.topia.persistence.TopiaMigrationServiceException
org.nuiton.topia.migration.MigrationServiceException
All Implemented Interfaces:
Serializable

@Deprecated public class MigrationServiceException extends org.nuiton.topia.persistence.TopiaMigrationServiceException
Deprecated.
use TopiaMigrationServiceException
TopiaMigrationServiceException.java
Author:
Chatellier Eric, Chevallereau Benjamin, Eon Sébastien, Trève Vincent
See Also:
  • Constructor Details

    • MigrationServiceException

      public MigrationServiceException()
      Deprecated.
      Constructeur par defaut
    • MigrationServiceException

      public MigrationServiceException(String message)
      Deprecated.
      Constructeur avec message
      Parameters:
      message - Le message d'erreur
    • MigrationServiceException

      public MigrationServiceException(String message, Throwable exception)
      Deprecated.
      Constructeur avec message et exception
      Parameters:
      message - Le message d'erreur
      exception - l'exception
    • MigrationServiceException

      public MigrationServiceException(Throwable exception)
      Deprecated.
      Constructeur avec exception
      Parameters:
      exception - l'exception