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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.confluence.content.render.xhtml.migration.exceptions.MigrationException
              extended by com.atlassian.confluence.content.render.xhtml.migration.exceptions.SettingsMigrationException
All Implemented Interfaces:
Serializable

public class SettingsMigrationException
extends MigrationException

An exception thrown for any problems during migration of any wiki formatted settings.

See Also:
Serialized Form

Constructor Summary
SettingsMigrationException(String settingName)
           
SettingsMigrationException(String settingName, Throwable cause)
           
 
Method Summary
 String getSettingName()
           
 
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

SettingsMigrationException

public SettingsMigrationException(String settingName)

SettingsMigrationException

public SettingsMigrationException(String settingName,
                                  Throwable cause)
Method Detail

getSettingName

public String getSettingName()


Copyright © 2003-2012 Atlassian. All Rights Reserved.