Class MigrationServiceException

All Implemented Interfaces:
Serializable

@Deprecated public class MigrationServiceException extends 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