|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.nuiton.topia.migration.MigrationServiceException
public class MigrationServiceException
TopiaMigrationServiceException.java
| 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 |
|---|
public MigrationServiceException()
public MigrationServiceException(String message)
message - Le message d'erreur
public MigrationServiceException(String message,
Throwable exception)
message - Le message d'erreurexception - l'exceptionpublic MigrationServiceException(Throwable exception)
exception - l'exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||