com.atlassian.crucible.plugin.export.exception
Class ReviewDataRetrievalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.crucible.plugin.export.exception.ExportException
              extended by com.atlassian.crucible.plugin.export.exception.ReviewDataRetrievalException
All Implemented Interfaces:
java.io.Serializable

public class ReviewDataRetrievalException
extends ExportException

Thrown if an error occurs during the retrieval of review data.

Author:
Ross Rowe
See Also:
Serialized Form

Constructor Summary
ReviewDataRetrievalException(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

ReviewDataRetrievalException

public ReviewDataRetrievalException(java.lang.String message)
Parameters:
message -


Copyright © 2008. All Rights Reserved.