com.atlassian.jira.web.util
Class AttachmentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.jira.web.util.AttachmentException
All Implemented Interfaces:
Serializable

public class AttachmentException
extends Exception

Represtents any File System errors that occur while trying to create an Issue Attachment.

See Also:
Serialized Form

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

AttachmentException

public AttachmentException(String message)

AttachmentException

public AttachmentException(Throwable cause)

AttachmentException

public AttachmentException(String message,
                           Throwable cause)


Copyright © 2002-2013 Atlassian. All Rights Reserved.