com.atlassian.jira.issue.attachment
Class AttachmentReadException

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

@ExperimentalApi
public class AttachmentReadException
extends AttachmentRuntimeException

Represents a case where there was an error 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
AttachmentReadException(String message)
           
AttachmentReadException(String message, Throwable cause)
           
AttachmentReadException(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

AttachmentReadException

public AttachmentReadException(String message)

AttachmentReadException

public AttachmentReadException(Throwable cause)

AttachmentReadException

public AttachmentReadException(String message,
                               Throwable cause)


Copyright © 2002-2014 Atlassian. All Rights Reserved.