Package org.nuiton.topia.migration
Class MigrationServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.nuiton.topia.migration.MigrationServiceException
- All Implemented Interfaces:
Serializable
TopiaMigrationServiceException.java
- Version:
- $Revision$ Last update : $Date$
- Author:
- Chatellier Eric, Chevallereau Benjamin, Eon Sébastien, Trève Vincent
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructeur par defautMigrationServiceException(String message) Constructeur avec messageMigrationServiceException(String message, Throwable exception) Constructeur avec message et exceptionMigrationServiceException(Throwable exception) Constructeur avec exception -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MigrationServiceException
public MigrationServiceException()Constructeur par defaut -
MigrationServiceException
Constructeur avec message- Parameters:
message- Le message d'erreur
-
MigrationServiceException
Constructeur avec message et exception- Parameters:
message- Le message d'erreurexception- l'exception
-
MigrationServiceException
Constructeur avec exception- Parameters:
exception- l'exception
-