com.atlassian.jira.issue.attachment
Class AttachmentDeleteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.atlassian.jira.issue.attachment.AttachmentRuntimeException
                  extended by com.atlassian.jira.issue.attachment.AttachmentDeleteException
All Implemented Interfaces:
Serializable

@ExperimentalApi
public class AttachmentDeleteException
extends AttachmentRuntimeException

Represents a case where there was an deleting reading the attachment (e.g. some I/O error reading from disk or from the remote attachment store).

Since:
v6.3
See Also:
Serialized Form

Constructor Summary
AttachmentDeleteException(String message)
           
AttachmentDeleteException(String message, Throwable cause)
           
AttachmentDeleteException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class com.atlassian.jira.issue.attachment.AttachmentRuntimeException
doGenerateMessage, generateMessage
 
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

AttachmentDeleteException

public AttachmentDeleteException(String message)

AttachmentDeleteException

public AttachmentDeleteException(Throwable cause)

AttachmentDeleteException

public AttachmentDeleteException(String message,
                                 Throwable cause)


Copyright © 2002-2014 Atlassian. All Rights Reserved.