com.atlassian.confluence.content.render.xhtml.migration.exceptions
Class MigrationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.confluence.content.render.xhtml.migration.exceptions.MigrationException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ContentMigrationException, PageTemplateMigrationException, SettingsMigrationException

public class MigrationException
extends java.lang.Exception

The base exception extended by any exceptions thrown during migration.

See Also:
Serialized Form

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

MigrationException

public MigrationException()

MigrationException

public MigrationException(java.lang.String message,
                          java.lang.Throwable cause)

MigrationException

public MigrationException(java.lang.String message)

MigrationException

public MigrationException(java.lang.Throwable cause)


Copyright © 2003-2014 Atlassian. All Rights Reserved.