Package tigase.xmpp

Class 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
    • Constructor Detail

      • NotAuthorizedException

        public NotAuthorizedException​(String message)
        Creates a new NotAuthorizedException instance.
      • NotAuthorizedException

        public NotAuthorizedException​(String message,
                                      Throwable cause)