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 defaut
    MigrationServiceException​(java.lang.String message)
    Constructeur avec message
    MigrationServiceException​(java.lang.String message, java.lang.Throwable exception)
    Constructeur avec message et exception
    MigrationServiceException​(java.lang.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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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'erreur
      exception - l'exception
    • MigrationServiceException

      public MigrationServiceException​(java.lang.Throwable exception)
      Constructeur avec exception
      Parameters:
      exception - l'exception