Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.forum.nntp
Class PostFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jivesoftware.base.JiveException
              extended by com.jivesoftware.forum.nntp.NNTPException
                  extended by com.jivesoftware.forum.nntp.PostFailedException
All Implemented Interfaces:
java.io.Serializable

public class PostFailedException
extends NNTPException

Posting an article failed.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.jivesoftware.forum.nntp.NNTPException
response
 
Constructor Summary
PostFailedException()
          Create a new exception when a post fails.
PostFailedException(java.lang.String reason)
           
PostFailedException(java.lang.String message, java.lang.Throwable cause)
           
PostFailedException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class com.jivesoftware.forum.nntp.NNTPException
getErrorResponse
 
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

PostFailedException

public PostFailedException()
Create a new exception when a post fails.


PostFailedException

public PostFailedException(java.lang.String reason)

PostFailedException

public PostFailedException(java.lang.Throwable cause)

PostFailedException

public PostFailedException(java.lang.String message,
                           java.lang.Throwable cause)

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.