com.jivesoftware.base
Class UnauthorizedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.jivesoftware.community.JiveRuntimeException
com.jivesoftware.base.UnauthorizedException
- All Implemented Interfaces:
- Serializable
@WebFault(name="Unauthorized")
public class UnauthorizedException
- extends JiveRuntimeException
Thrown if a User does not have permission to access a particular method.
- See Also:
- Serialized Form
UnauthorizedException
public UnauthorizedException()
UnauthorizedException
public UnauthorizedException(String msg)
UnauthorizedException
public UnauthorizedException(Throwable nestedThrowable)
UnauthorizedException
public UnauthorizedException(String msg,
Throwable nestedThrowable)
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace in class Throwable
printStackTrace
public void printStackTrace(PrintStream ps)
- Overrides:
printStackTrace in class Throwable
printStackTrace
public void printStackTrace(PrintWriter pw)
- Overrides:
printStackTrace in class Throwable
getNestedThrowable
public Throwable getNestedThrowable()
Copyright © 1999-2007 Jive Software.