Package org.nuiton.topia.migration
Class MigrationServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.nuiton.topia.migration.MigrationServiceException
- All Implemented Interfaces:
java.io.Serializable
public class MigrationServiceException
extends java.lang.Exception
TopiaMigrationServiceException.java
- Version:
- $Revision$ Last update : $Date$
- Author:
- Chatellier Eric, Chevallereau Benjamin, Eon Sébastien, Trève Vincent
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description MigrationServiceException()Constructeur par defautMigrationServiceException(java.lang.String message)Constructeur avec messageMigrationServiceException(java.lang.String message, java.lang.Throwable exception)Constructeur avec message et exceptionMigrationServiceException(java.lang.Throwable exception)Constructeur avec exception -
Method Summary
-
Constructor Details
-
MigrationServiceException
public MigrationServiceException()Constructeur par defaut -
MigrationServiceException
public MigrationServiceException(java.lang.String message)Constructeur avec message- Parameters:
message- Le message d'erreur
-
MigrationServiceException
public MigrationServiceException(java.lang.String message, java.lang.Throwable exception)Constructeur avec message et exception- Parameters:
message- Le message d'erreurexception- l'exception
-
MigrationServiceException
public MigrationServiceException(java.lang.Throwable exception)Constructeur avec exception- Parameters:
exception- l'exception
-