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

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.ContentMigrationException
All Implemented Interfaces:
Serializable

public class ContentMigrationException
extends MigrationException

Exception during migration of content.

See Also:
Serialized Form

Constructor Summary
ContentMigrationException(ContentEntityObject ceo, Throwable cause)
           
 
Method Summary
 long getId()
           
 String getSpaceKey()
           
 String getSpaceName()
           
 String getTitle()
           
 String getType()
           
 int getVersion()
           
 
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

ContentMigrationException

public ContentMigrationException(ContentEntityObject ceo,
                                 Throwable cause)
Method Detail

getId

public long getId()

getTitle

public String getTitle()

getSpaceKey

public String getSpaceKey()

getSpaceName

public String getSpaceName()

getVersion

public int getVersion()

getType

public String getType()


Copyright © 2003-2013 Atlassian. All Rights Reserved.