org.nuiton.topia.migration
Class MigrationServiceException

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

public class MigrationServiceException
extends Exception

TopiaMigrationServiceException.java

Version:
$Revision: 2245 $ Last update : $Date: 2011-04-14 14:47:09 +0200 (Thu, 14 Apr 2011) $
Author:
Chatellier Eric, Chevallereau Benjamin, Eon Sébastien, Trève Vincent
See Also:
Serialized Form

Constructor Summary
MigrationServiceException()
          Constructeur par defaut
MigrationServiceException(String message)
          Constructeur avec message
MigrationServiceException(String message, Throwable exception)
          Constructeur avec message et exception
MigrationServiceException(Throwable exception)
          Constructeur avec exception
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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


Copyright © 2004-2011 CodeLutin. All Rights Reserved.