Class MigrationServiceException

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

public class MigrationServiceException extends Exception
TopiaMigrationServiceException.java
Version:
$Revision$ Last update : $Date$
Author:
Chatellier Eric, Chevallereau Benjamin, Eon Sébastien, Trève Vincent
See Also:
  • Constructor Details

    • MigrationServiceException

      public MigrationServiceException()
      Constructeur par defaut
    • MigrationServiceException

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

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

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