|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.jivesoftware.base.JiveException
com.jivesoftware.base.ban.BanException
public class BanException
Thrown when a user performs an action that they have been banned from performing. Contains a reference to the ban object.
Constructor Summary | |
---|---|
BanException()
|
|
BanException(Ban ban)
|
|
BanException(java.lang.String message)
|
|
BanException(java.lang.Throwable cause)
|
Method Summary | |
---|---|
Ban |
getBan()
|
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 |
---|
public BanException()
public BanException(java.lang.String message)
public BanException(java.lang.Throwable cause)
public BanException(Ban ban)
Method Detail |
---|
public Ban getBan()
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |