com.atlassian.jira.issue.attachment
Class NoAttachmentDataException

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.NoAttachmentDataException
All Implemented Interfaces:
Serializable

@ExperimentalApi
public class NoAttachmentDataException
extends AttachmentRuntimeException

Represents a case where there is an Attachment record in the database, but no underlying data. This is an inconsistency in the attachment storage subsystem.

Since:
v6.3
See Also:
Serialized Form

Constructor Summary
NoAttachmentDataException(String message)
           
NoAttachmentDataException(String message, Throwable cause)
           
NoAttachmentDataException(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

NoAttachmentDataException

public NoAttachmentDataException(String message)

NoAttachmentDataException

public NoAttachmentDataException(Throwable cause)

NoAttachmentDataException

public NoAttachmentDataException(String message,
                                 Throwable cause)


Copyright © 2002-2014 Atlassian. All Rights Reserved.