org.netbeans.lib.collab
Class AuthorizationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.netbeans.lib.collab.CollaborationException
              extended byorg.netbeans.lib.collab.AuthorizationException
All Implemented Interfaces:
java.io.Serializable

public class AuthorizationException
extends CollaborationException

Since:
version 0.1
See Also:
Serialized Form

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

INSUFFICIENT_PERMISSIONS

public static final int INSUFFICIENT_PERMISSIONS
Requested access to a service object (e.g. conference, news, etc...) was denied.


NOT_ALLOWED

public static final int NOT_ALLOWED
The current session does not have access to this feature or service.


PAYMENT_REQUIRED

public static final int PAYMENT_REQUIRED
The current session does not have access to this feature or service.


SUBSCRIPTION_REQUIRED

public static final int SUBSCRIPTION_REQUIRED
The current session does not have access to this feature or service.


REGISTRATION_REQUIRED

public static final int REGISTRATION_REQUIRED
The current session does not have access to this feature or service.


INVALID_CREDENTIALS

public static final int INVALID_CREDENTIALS
The current session does not have access to this feature or service.

Constructor Detail

AuthorizationException

public AuthorizationException()

AuthorizationException

public AuthorizationException(java.lang.String msg)

AuthorizationException

public AuthorizationException(java.lang.Throwable t)

AuthorizationException

public AuthorizationException(java.lang.String msg,
                              java.lang.Throwable t)

AuthorizationException

public AuthorizationException(java.lang.String msg,
                              int condition)

AuthorizationException

public AuthorizationException(java.lang.Throwable t,
                              int condition)

AuthorizationException

public AuthorizationException(java.lang.String msg,
                              java.lang.Throwable t,
                              int condition)