Class PageTemplateMigrationException
- 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.PageTemplateMigrationException
-
- All Implemented Interfaces:
Serializable
public class PageTemplateMigrationException extends MigrationException
Exception during migration of a PageTemplate.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PageTemplateMigrationException(PageTemplate template, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
long
getId()
String
getName()
String
getSpaceKey()
String
getSpaceName()
int
getVersion()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PageTemplateMigrationException
public PageTemplateMigrationException(PageTemplate template, Throwable cause)
-
-