com.jivesoftware.community
Class ImageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jivesoftware.community.JiveException
com.jivesoftware.community.ImageException
- All Implemented Interfaces:
- Serializable
public class ImageException
- extends JiveException
Thrown if there are problems with creation or loading of an Image.
- See Also:
- Serialized Form
TOO_LARGE
public static final int TOO_LARGE
- See Also:
- Constant Field Values
TOO_MANY_IMAGES
public static final int TOO_MANY_IMAGES
- 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
ImageException
public ImageException(int errorType)
ImageException
public ImageException(int errorType,
Throwable nestedThrowable)
ImageException
public ImageException(String msg,
int errorType)
ImageException
public ImageException(String msg)
getErrorType
public int getErrorType()
getMessage
public String getMessage()
- Overrides:
getMessage in class Throwable
Copyright © 1999-2007 Jive Software.