Clearspace API (1.10.16) Core Javadocs

com.jivesoftware.community
Class JiveRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.jivesoftware.community.JiveRuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NotUniqueException, OpenSearchQueryException, SearchEngineNotFoundException, UnauthorizedException

public class JiveRuntimeException
extends java.lang.RuntimeException

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

See Also:
JiveException, Serialized Form

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

JiveRuntimeException

public JiveRuntimeException()

JiveRuntimeException

public JiveRuntimeException(java.lang.String msg)

JiveRuntimeException

public JiveRuntimeException(java.lang.String device,
                            java.lang.Throwable throwable)

JiveRuntimeException

public JiveRuntimeException(java.lang.Throwable throwable)

Clearspace Project Page

Copyright © 1999-2007 Jive Software.