Package tigase.xmpp
Class NotAuthorizedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
tigase.xmpp.XMPPException
tigase.xmpp.NotAuthorizedException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionNotAuthorizedException
(String message) Creates a newNotAuthorizedException
instance.NotAuthorizedException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotAuthorizedException
Creates a newNotAuthorizedException
instance. -
NotAuthorizedException
-