|
Enterprise Workspaces 1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sap.workspaces.WorkspacesRuntimeException
com.sap.workspaces.workspace.MemberListException
public class MemberListException
Enumeration of the member list runtime exceptions
| 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 |
|---|
public static final String NO_PERMISSIONS
public static final String ALREADY_MEMBER
public static final String NOT_A_MEMBER
public static final String NO_WORKSPACE_ACCESS
public static final String WORKSPACE_IS_PUBLIC
public static final String WORKSPACE_IS_CLOSED
| Constructor Detail |
|---|
public MemberListException(String message,
Throwable cause)
|
Enterprise Workspaces 1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||