|
||||||||||
| 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(java.lang.String message)
Creates an instance of the exception with the given message |
|
MigrationException(java.lang.String message,
java.lang.Throwable cause)
Creates an instance of the exception with the given message and cause |
|
MigrationException(java.lang.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(java.lang.String message)
message - exception messagepublic MigrationException(java.lang.Throwable cause)
cause - exception cause
public MigrationException(java.lang.String message,
java.lang.Throwable cause)
message - exception messagecause - exception cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||