|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.atlassian.confluence.content.render.xhtml.migration.exceptions.MigrationException
public class MigrationException
The base exception extended by any exceptions thrown during migration.
Constructor Summary | |
---|---|
MigrationException()
|
|
MigrationException(java.lang.String message)
|
|
MigrationException(java.lang.String message,
java.lang.Throwable cause)
|
|
MigrationException(java.lang.Throwable 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, java.lang.Throwable cause)
public MigrationException(java.lang.String message)
public MigrationException(java.lang.Throwable cause)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |