tigase.xmpp
Class NotAuthorizedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by tigase.xmpp.XMPPException
              extended by 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: 630 $
Author:
Artur Hefczyc
See Also:
Serialized Form

Constructor Summary
NotAuthorizedException(String message)
          Creates a new NotAuthorizedException instance.
NotAuthorizedException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.