com.jivesoftware.community
Class BinaryBodyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jivesoftware.community.JiveException
com.jivesoftware.community.BinaryBodyException
- All Implemented Interfaces:
- Serializable
public class BinaryBodyException
- extends JiveException
Thrown if there are problems with creation or loading of a BinaryBody.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TOO_LARGE
public static final int TOO_LARGE
- 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
BinaryBodyException
public BinaryBodyException(int errorType)
BinaryBodyException
public BinaryBodyException(int errorType,
Throwable nestedThrowable)
BinaryBodyException
public BinaryBodyException(int errorType,
String msg)
BinaryBodyException
public BinaryBodyException(String msg)
getErrorType
public int getErrorType()
Copyright © 1999-2007 Jive Software.