Jive Forums API (5.5.20.2-oracle) Core Javadocs

com.jivesoftware.base
Class PollException

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

public class PollException
extends com.jivesoftware.base.JiveException

A poll exception is thrown by methods in the Poll class. See the Poll class for details on when this exception will be thrown.

See Also:
Serialized Form

Constructor Summary
PollException()
           
PollException(java.lang.String msg)
           
PollException(java.lang.String msg, java.lang.Throwable nestedThrowable)
           
PollException(java.lang.Throwable nestedThrowable)
           
 
Method Summary
 
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

PollException

public PollException()

PollException

public PollException(java.lang.String msg)

PollException

public PollException(java.lang.Throwable nestedThrowable)

PollException

public PollException(java.lang.String msg,
                     java.lang.Throwable nestedThrowable)

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.