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 org.apache.commons.lang.exception.NestableRuntimeException
                  extended by com.atlassian.jira.exception.NotFoundException
                      extended by com.atlassian.jira.exception.AttachmentNotFoundException
All Implemented Interfaces:
java.io.Serializable, org.apache.commons.lang.exception.Nestable

public class AttachmentNotFoundException
extends NotFoundException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.commons.lang.exception.NestableRuntimeException
delegate
 
Constructor Summary
AttachmentNotFoundException(java.lang.Object attachmentId)
           
 
Method Summary
 java.lang.String getAttachmentId()
           
 
Methods inherited from class org.apache.commons.lang.exception.NestableRuntimeException
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

AttachmentNotFoundException

public AttachmentNotFoundException(java.lang.Object attachmentId)
Method Detail

getAttachmentId

public java.lang.String getAttachmentId()


Copyright © 2002-2011 Atlassian. All Rights Reserved.