com.jivesoftware.forum
Class AttachmentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jivesoftware.base.JiveException
com.jivesoftware.forum.AttachmentException
- All Implemented Interfaces:
- java.io.Serializable
public class AttachmentException
- extends com.jivesoftware.base.JiveException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, 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
messages
public static final java.lang.String[] messages
AttachmentException
public AttachmentException(java.lang.String message)
AttachmentException
public AttachmentException(int errorType,
java.lang.String name)
AttachmentException
public AttachmentException(int errorType,
java.lang.Throwable nestedThrowable,
java.lang.String name)
getErrorType
public int getErrorType()
getAttachmentName
public java.lang.String getAttachmentName()
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintStream ps)
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintWriter pw)
- Overrides:
printStackTrace
in class java.lang.Throwable
Copyright © 1999-2006 Jive Software.