com.jivesoftware.base
Class UnauthorizedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.jivesoftware.base.JiveRuntimeException
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
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 |
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)
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()
Copyright © 1999-2006 Jive Software.