org.jivesoftware.openfire.auth
Class UnauthenticatedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jivesoftware.openfire.auth.UnauthenticatedException
- All Implemented Interfaces:
- Serializable
public class UnauthenticatedException
- extends Exception
Thrown if a user does not have permission to access a particular method.
- Author:
- Jay Kline
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnauthenticatedException
public UnauthenticatedException()
UnauthenticatedException
public UnauthenticatedException(String message)
UnauthenticatedException
public UnauthenticatedException(Throwable cause)
UnauthenticatedException
public UnauthenticatedException(String message,
Throwable cause)
Copyright © 2003-2008 Jive Software.