|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
tigase.xmpp.XMPPException
tigase.xmpp.NotAuthorizedException
public class NotAuthorizedException
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
| Constructor Summary | |
|---|---|
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 |
|---|
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 |
|---|
public NotAuthorizedException(java.lang.String message)
NotAuthorizedException instance.
public NotAuthorizedException(java.lang.String message,
java.lang.Throwable cause)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||