com.atlassian.jira.exception
Class AttachmentNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.atlassian.jira.exception.NotFoundException
                  extended by com.atlassian.jira.exception.AttachmentNotFoundException
All Implemented Interfaces:
Serializable

@PublicApi
public class AttachmentNotFoundException
extends NotFoundException

See Also:
Serialized Form

Constructor Summary
AttachmentNotFoundException(Object attachmentId)
           
 
Method Summary
 String getAttachmentId()
           
 
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

AttachmentNotFoundException

public AttachmentNotFoundException(Object attachmentId)
Method Detail

getAttachmentId

public String getAttachmentId()


Copyright © 2002-2012 Atlassian. All Rights Reserved.