Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.forum.nntp
Class NoPermissionException

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.NoPermissionException
All Implemented Interfaces:
java.io.Serializable

public class NoPermissionException
extends NNTPException

Indicates an operation could not be completed because the user did not have sufficient permissions.

See Also:
Serialized Form

Field Summary
static NNTPResponse RESPONSE
          The response for the exception.
 
Fields inherited from class com.jivesoftware.forum.nntp.NNTPException
response
 
Constructor Summary
NoPermissionException()
          Create a new exception.
 
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
 

Field Detail

RESPONSE

public static final NNTPResponse RESPONSE
The response for the exception.

Constructor Detail

NoPermissionException

public NoPermissionException()
Create a new exception.


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.