Package tigase.xmpp

Class NotAuthorizedException

  • All Implemented Interfaces:
    java.io.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

    Author:
    Artur Hefczyc
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NotAuthorizedException​(java.lang.String message)
      Creates a new NotAuthorizedException instance.
      NotAuthorizedException​(java.lang.String message, java.lang.Throwable cause)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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​(java.lang.String message)
        Creates a new NotAuthorizedException instance.
      • NotAuthorizedException

        public NotAuthorizedException​(java.lang.String message,
                                      java.lang.Throwable cause)