|
Clearspace API (1.7.0) Core 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.community.JiveException
com.jivesoftware.community.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()
Gets the ban object that caused this BanException to be thrown. |
| 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()
Ban that caused this BanExcpetion to be thrown
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||