com.atlassian.jira.issue.attachment
Class AttachmentMoveException

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

@ExperimentalApi
public class AttachmentMoveException
extends AttachmentRuntimeException

Represents a case where there was an error moving the attachment.

Since:
v6.3
See Also:
Serialized Form

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

AttachmentMoveException

public AttachmentMoveException(String message)

AttachmentMoveException

public AttachmentMoveException(Throwable cause)

AttachmentMoveException

public AttachmentMoveException(String message,
                               Throwable cause)


Copyright © 2002-2014 Atlassian. All Rights Reserved.