Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.base.ban
Class BanException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jivesoftware.base.JiveException
              extended by com.jivesoftware.base.ban.BanException
All Implemented Interfaces:
java.io.Serializable

public class BanException
extends JiveException

Thrown when a user performs an action that they have been banned from performing. Contains a reference to the ban object.

See Also:
Serialized Form

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

BanException

public BanException()

BanException

public BanException(java.lang.String message)

BanException

public BanException(java.lang.Throwable cause)

BanException

public BanException(Ban ban)
Method Detail

getBan

public Ban getBan()

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.