com.jivesoftware.community
Class RejectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jivesoftware.community.JiveException
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
|
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 |
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)
getJiveObject
public com.jivesoftware.community.JiveObject getJiveObject()
- Returns the jive object that triggered the exception.
- Returns:
- the JiveObject associated with the exception.
Copyright © 1999-2007 Jive Software.