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:
- java.io.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 |
| 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
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,
java.lang.Throwable nestedThrowable)
BinaryBodyException
public BinaryBodyException(int errorType,
java.lang.String msg)
BinaryBodyException
public BinaryBodyException(java.lang.String msg)
getErrorType
public int getErrorType()
Copyright © 1999-2007 Jive Software.