com.sap.workspaces.workspace

Class MemberListException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sap.workspaces.WorkspacesRuntimeException
                  extended by com.sap.workspaces.workspace.MemberListException
All Implemented Interfaces:
Serializable

public class MemberListException
extends WorkspacesRuntimeException

Enumeration of the member list runtime exceptions

See Also:
Serialized Form

Field Summary
static String ALREADY_MEMBER
          The user is already a member of the workspace
static String NO_PERMISSIONS
          The user has no permissions to perform an operation
static String NO_WORKSPACE_ACCESS
          The user cannot access workspaces
static String NOT_A_MEMBER
          The user is not a member of the workspace
static String WORKSPACE_IS_CLOSED
          The workspace is closed
static String WORKSPACE_IS_PUBLIC
          A public workspace is open for all, no need to join
 
Fields inherited from class com.sap.workspaces.WorkspacesRuntimeException
INTERNAL_ERROR, TIMEOUT
 
Constructor Summary
MemberListException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class com.sap.workspaces.WorkspacesRuntimeException
getErrorCode, setErrorCode
 
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

NO_PERMISSIONS

public static final String NO_PERMISSIONS
The user has no permissions to perform an operation

See Also:
Constant Field Values

ALREADY_MEMBER

public static final String ALREADY_MEMBER
The user is already a member of the workspace

See Also:
Constant Field Values

NOT_A_MEMBER

public static final String NOT_A_MEMBER
The user is not a member of the workspace

See Also:
Constant Field Values

NO_WORKSPACE_ACCESS

public static final String NO_WORKSPACE_ACCESS
The user cannot access workspaces

See Also:
Constant Field Values

WORKSPACE_IS_PUBLIC

public static final String WORKSPACE_IS_PUBLIC
A public workspace is open for all, no need to join

See Also:
Constant Field Values

WORKSPACE_IS_CLOSED

public static final String WORKSPACE_IS_CLOSED
The workspace is closed

See Also:
Constant Field Values
Constructor Detail

MemberListException

public MemberListException(String message,
                           Throwable cause)


Copyright 2010 SAP AG Complete Copyright Notice