com.atlassian.greenhopper.service.backlog
Class BacklogStateInconsistenException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.atlassian.greenhopper.service.backlog.BacklogStateInconsistenException
All Implemented Interfaces:
java.io.Serializable

public class BacklogStateInconsistenException
extends java.lang.RuntimeException

This exception indicates that something is wrong with the state of the backlog structure. Maybe data has been tampered with - in any case, we don't really want to continue since results might be unpredictable.

Author:
ahennecke
See Also:
Serialized Form

Constructor Summary
BacklogStateInconsistenException()
           
BacklogStateInconsistenException(java.lang.String message)
           
 
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

BacklogStateInconsistenException

public BacklogStateInconsistenException()

BacklogStateInconsistenException

public BacklogStateInconsistenException(java.lang.String message)


Copyright © 2007-2011 Atlassian. All Rights Reserved.