com.atlassian.jira.web.util
Class AttachmentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AttachmentException
public AttachmentException(String message)
AttachmentException
public AttachmentException(Throwable cause)
AttachmentException
public AttachmentException(String message,
Throwable cause)
Copyright © 2002-2012 Atlassian. All Rights Reserved.