Clearspace API (2.5.18) Core Javadocs

com.jivesoftware.community
Class BinaryBodyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jivesoftware.community.JiveException
              extended by 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

Field Summary
static int BAD_CONTENT_TYPE
           
static int GENERAL_ERROR
           
static int TOO_LARGE
           
 
Constructor Summary
BinaryBodyException(int errorType)
           
BinaryBodyException(int errorType, String msg)
           
BinaryBodyException(int errorType, Throwable nestedThrowable)
           
BinaryBodyException(String msg)
           
 
Method Summary
 int getErrorType()
           
 
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
 

Field Detail

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
Constructor Detail

BinaryBodyException

public BinaryBodyException(int errorType)

BinaryBodyException

public BinaryBodyException(int errorType,
                           Throwable nestedThrowable)

BinaryBodyException

public BinaryBodyException(int errorType,
                           String msg)

BinaryBodyException

public BinaryBodyException(String msg)
Method Detail

getErrorType

public int getErrorType()

Clearspace Project Page

Copyright © 1999-2007 Jive Software.