Clearspace API (1.10.16) Web Services Client Javadocs

com.jivesoftware.community
Class RejectedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jivesoftware.community.JiveException
              extended by com.jivesoftware.community.RejectedException
All Implemented Interfaces:
java.io.Serializable

public class RejectedException
extends JiveException

Thrown by a JiveInterceptor when a jive object is prevented from being posted. A reason for the rejection as well as the jive object rejected are available properties of the exception.

See Also:
JiveInterceptor, Serialized Form

Constructor Summary
RejectedException()
           
RejectedException(java.lang.String message)
           
RejectedException(java.lang.String rejectionMessage, com.jivesoftware.community.JiveObject object)
           
RejectedException(java.lang.Throwable nestedThrowable)
           
RejectedException(java.lang.Throwable nestedThrowable, com.jivesoftware.community.JiveObject object)
           
 
Method Summary
 com.jivesoftware.community.JiveObject getJiveObject()
          Returns the jive object that triggered the exception.
 
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

RejectedException

public RejectedException()

RejectedException

public RejectedException(java.lang.String message)

RejectedException

public RejectedException(java.lang.String rejectionMessage,
                         com.jivesoftware.community.JiveObject object)

RejectedException

public RejectedException(java.lang.Throwable nestedThrowable,
                         com.jivesoftware.community.JiveObject object)

RejectedException

public RejectedException(java.lang.Throwable nestedThrowable)
Method Detail

getJiveObject

public com.jivesoftware.community.JiveObject getJiveObject()
Returns the jive object that triggered the exception.

Returns:
the JiveObject associated with the exception.

Clearspace Project Page

Copyright © 1999-2007 Jive Software.