tigase.xmpp
Class NotAuthorizedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
tigase.xmpp.XMPPException
tigase.xmpp.NotAuthorizedException
- All Implemented Interfaces:
- Serializable
public class NotAuthorizedException
- extends XMPPException
This exception is usually trown when there is kind of access violation error.
If some code try to access data to which it doesn't have permission to or if
try to access data before successful authorization process.
Created: Sat Oct 30 08:44:37 2004
- Version:
- $Rev$
- Author:
- Artur Hefczyc
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotAuthorizedException
public NotAuthorizedException(String message)
- Creates a new
NotAuthorizedException
instance.
NotAuthorizedException
public NotAuthorizedException(String message,
Throwable cause)
Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.