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

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

public class ExportException
extends java.lang.Exception

Exception subclass that represents an exception handled during the processing of an export of a Crucible review.

Author:
Ross Rowe
See Also:
Serialized Form

Constructor Summary
ExportException(java.lang.Exception e)
           
ExportException(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

ExportException

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

ExportException

public ExportException(java.lang.Exception e)
Parameters:
e -


Copyright © 2008. All Rights Reserved.