com.atlassian.confluence.core.persistence.confluence
Class StaleObjectStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.atlassian.confluence.core.persistence.confluence.StaleObjectStateException
All Implemented Interfaces:
java.io.Serializable

public class StaleObjectStateException
extends java.lang.RuntimeException

Exception that is thrown when you attempt to make a change to a Versioned object that is inconsistent with its version history, for example modifying something other than its current version.

See Also:
Serialized Form

Constructor Summary
StaleObjectStateException()
           
StaleObjectStateException(java.lang.String message)
           
StaleObjectStateException(java.lang.String message, java.lang.Throwable cause)
           
StaleObjectStateException(java.lang.Throwable cause)
           
 
Method Summary
 
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

StaleObjectStateException

public StaleObjectStateException()

StaleObjectStateException

public StaleObjectStateException(java.lang.String message)

StaleObjectStateException

public StaleObjectStateException(java.lang.String message,
                                 java.lang.Throwable cause)

StaleObjectStateException

public StaleObjectStateException(java.lang.Throwable cause)


Copyright © 2003-2014 Atlassian. All Rights Reserved.