|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.netbeans.lib.collab.CollaborationException
org.netbeans.lib.collab.AuthorizationException
Field Summary | |
static int |
INSUFFICIENT_PERMISSIONS
Requested access to a service object (e.g. conference, news, etc...) |
static int |
INVALID_CREDENTIALS
The current session does not have access to this feature or service. |
static int |
NOT_ALLOWED
The current session does not have access to this feature or service. |
static int |
PAYMENT_REQUIRED
The current session does not have access to this feature or service. |
static int |
REGISTRATION_REQUIRED
The current session does not have access to this feature or service. |
static int |
SUBSCRIPTION_REQUIRED
The current session does not have access to this feature or service. |
Fields inherited from class org.netbeans.lib.collab.CollaborationException |
UNDEFINED_CONDITION |
Constructor Summary | |
AuthorizationException()
|
|
AuthorizationException(java.lang.String msg)
|
|
AuthorizationException(java.lang.String msg,
int condition)
|
|
AuthorizationException(java.lang.String msg,
java.lang.Throwable t)
|
|
AuthorizationException(java.lang.String msg,
java.lang.Throwable t,
int condition)
|
|
AuthorizationException(java.lang.Throwable t)
|
|
AuthorizationException(java.lang.Throwable t,
int condition)
|
Methods inherited from class org.netbeans.lib.collab.CollaborationException |
getCondition |
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 |
Field Detail |
public static final int INSUFFICIENT_PERMISSIONS
public static final int NOT_ALLOWED
public static final int PAYMENT_REQUIRED
public static final int SUBSCRIPTION_REQUIRED
public static final int REGISTRATION_REQUIRED
public static final int INVALID_CREDENTIALS
Constructor Detail |
public AuthorizationException()
public AuthorizationException(java.lang.String msg)
public AuthorizationException(java.lang.Throwable t)
public AuthorizationException(java.lang.String msg, java.lang.Throwable t)
public AuthorizationException(java.lang.String msg, int condition)
public AuthorizationException(java.lang.Throwable t, int condition)
public AuthorizationException(java.lang.String msg, java.lang.Throwable t, int condition)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |