Class SettingsMigrationException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- com.atlassian.confluence.content.render.xhtml.migration.exceptions.MigrationException
 - 
- 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
Constructors Constructor Description SettingsMigrationException(String settingName)SettingsMigrationException(String settingName, Throwable cause) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSettingName()- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 -