|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.gentics.api.contentnode.migration.MigrationException
public class MigrationException
Exception that may be thrown in implementations of IMigrationPostprocessor
Constructor Summary | |
---|---|
MigrationException()
Creates an instance of the exception without message or cause |
|
MigrationException(String message)
Creates an instance of the exception with the given message |
|
MigrationException(String message,
Throwable cause)
Creates an instance of the exception with the given message and cause |
|
MigrationException(Throwable cause)
Creates an instance of the exception with the given cause |
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 MigrationException()
public MigrationException(String message)
message
- exception messagepublic MigrationException(Throwable cause)
cause
- exception causepublic MigrationException(String message, Throwable cause)
message
- exception messagecause
- exception cause
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |