Clearspace API (1.7.0) Core Javadocs

com.jivesoftware.community
Class JiveException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jivesoftware.community.JiveException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AnnouncementNotFoundException, AttachmentException, AvatarException, AvatarNotFoundException, BanException, BinaryBodyException, CommentNotFoundException, DocumentAlreadyExistsException, DuplicateIDException, GroupAlreadyExistsException, ImageException, InvalidLanguageException, NameAlreadyExistsException, NotFoundException, OpenSearchDescriptorParseException, PollException, PresenterTemplateException, PrivateMessageFolderNotFoundException, PrivateMessageNotFoundException, PrivateMessageRejectedException, RejectedException, StatusLevelAlreadyExistsException, StatusLevelException, StatusLevelNotFoundException, UserAlreadyExistsException, WidgetAlreadyExistsException

public class JiveException
extends java.lang.Exception

Base exception class for all Jive exceptions. This is useful for debugging and for catching exceptions that only relate to Jive issues.

See Also:
JiveRuntimeException, Serialized Form

Constructor Summary
JiveException()
           
JiveException(java.lang.String msg)
           
JiveException(java.lang.String msg, java.lang.Throwable throwable)
           
JiveException(java.lang.Throwable throwable)
           
 
Method Summary
 
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
 

Constructor Detail

JiveException

public JiveException()

JiveException

public JiveException(java.lang.String msg)

JiveException

public JiveException(java.lang.String msg,
                     java.lang.Throwable throwable)

JiveException

public JiveException(java.lang.Throwable throwable)

Clearspace Project Page

Copyright © 1999-2007 Jive Software.