com.jivesoftware.community
Class AttachmentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jivesoftware.community.JiveException
com.jivesoftware.community.AttachmentException
- All Implemented Interfaces:
- java.io.Serializable
public class AttachmentException
- extends JiveException
Thrown if an error occurs uploading or updating an Attachment.
- See Also:
- Serialized Form
| 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 |
TOO_LARGE
public static final int TOO_LARGE
- See Also:
- Constant Field Values
TOO_MANY_ATTACHMENTS
public static final int TOO_MANY_ATTACHMENTS
- See Also:
- Constant Field Values
BAD_CONTENT_TYPE
public static final int BAD_CONTENT_TYPE
- See Also:
- Constant Field Values
GENERAL_ERROR
public static final int GENERAL_ERROR
- See Also:
- Constant Field Values
AttachmentException
public AttachmentException(java.lang.String msg,
java.lang.Throwable throwable)
AttachmentException
public AttachmentException(int errorType)
AttachmentException
public AttachmentException(int errorType,
java.lang.Throwable nestedThrowable)
AttachmentException
public AttachmentException(int errorType,
java.lang.Throwable nestedThrowable,
java.lang.String attachmentName)
AttachmentException
public AttachmentException(int errorType,
java.lang.String attachmentName)
AttachmentException
public AttachmentException(java.lang.String msg,
int errorType)
AttachmentException
public AttachmentException(java.lang.String msg)
getErrorType
public int getErrorType()
getAttachmentName
public java.lang.String getAttachmentName()
Copyright © 1999-2007 Jive Software.