Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.base
Class UnauthorizedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.jivesoftware.base.JiveRuntimeException
                  extended by com.jivesoftware.base.UnauthorizedException
All Implemented Interfaces:
java.io.Serializable

public class UnauthorizedException
extends JiveRuntimeException

Thrown if a User does not have permission to access a particular method.

See Also:
Serialized Form

Constructor Summary
UnauthorizedException()
           
UnauthorizedException(java.lang.String msg)
           
UnauthorizedException(java.lang.String msg, java.lang.Throwable nestedThrowable)
           
UnauthorizedException(java.lang.Throwable nestedThrowable)
           
 
Method Summary
 java.lang.Throwable getNestedThrowable()
           
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream ps)
           
 void printStackTrace(java.io.PrintWriter pw)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnauthorizedException

public UnauthorizedException()

UnauthorizedException

public UnauthorizedException(java.lang.String msg)

UnauthorizedException

public UnauthorizedException(java.lang.Throwable nestedThrowable)

UnauthorizedException

public UnauthorizedException(java.lang.String msg,
                             java.lang.Throwable nestedThrowable)
Method Detail

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintStream ps)
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintWriter pw)
Overrides:
printStackTrace in class java.lang.Throwable

getNestedThrowable

public java.lang.Throwable getNestedThrowable()

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.