com.atlassian.jira.export
Class ExportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.commons.lang.exception.NestableException
              extended by com.atlassian.core.AtlassianCoreException
                  extended by com.atlassian.jira.JiraException
                      extended by com.atlassian.jira.service.ServiceException
                          extended by com.atlassian.jira.export.ExportException
All Implemented Interfaces:
java.io.Serializable, org.apache.commons.lang.exception.Nestable

public class ExportException
extends com.atlassian.jira.service.ServiceException

FQCN : com.atlassian.jira.export.ExportException

Since:
3.x.1.34 Description : Exception for Export Processes
Author:
kaamelot
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.commons.lang.exception.NestableException
delegate
 
Constructor Summary
ExportException()
           
ExportException(java.lang.Exception cause)
           
ExportException(java.lang.String message)
           
ExportException(java.lang.String message, java.lang.Exception cause)
           
 
Method Summary
 
Methods inherited from class org.apache.commons.lang.exception.NestableException
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExportException

public ExportException()

ExportException

public ExportException(java.lang.String message,
                       java.lang.Exception cause)

ExportException

public ExportException(java.lang.String message)

ExportException

public ExportException(java.lang.Exception cause)


Copyright © 2007-2008 Kaamelot Plugins. All Rights Reserved.