Package org.nuiton.topia.migration
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.
TopiaMigrationServiceException.java
- Author:
- Chatellier Eric, Chevallereau Benjamin, Eon Sébastien, Trève Vincent
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Constructeur par defautMigrationServiceException(String message) Deprecated.Constructeur avec messageMigrationServiceException(String message, Throwable exception) Deprecated.Constructeur avec message et exceptionMigrationServiceException(Throwable exception) Deprecated.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()Deprecated.Constructeur par defaut -
MigrationServiceException
Deprecated.Constructeur avec message- Parameters:
message- Le message d'erreur
-
MigrationServiceException
Deprecated.Constructeur avec message et exception- Parameters:
message- Le message d'erreurexception- l'exception
-
MigrationServiceException
Deprecated.Constructeur avec exception- Parameters:
exception- l'exception
-
TopiaMigrationServiceException