public class

ContentMigrationException

extends MigrationException
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.ContentMigrationException

Class Overview

Exception during migration of content.

Summary

Public Constructors
ContentMigrationException(ContentEntityObject ceo, Throwable cause)
Public Methods
long getId()
String getSpaceKey()
String getSpaceName()
String getTitle()
String getType()
int getVersion()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ContentMigrationException (ContentEntityObject ceo, Throwable cause)

Public Methods

public long getId ()

public String getSpaceKey ()

public String getSpaceName ()

public String getTitle ()

public String getType ()

public int getVersion ()