| 
Compoze Software, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.compoze.domino.ResultCode
This class maps result codes from a DominoException
 to the error that occurred on the server.
ResultCode, Serialized Form| Field Summary | |
static long | 
CREATE_PERSONAL_FOLDER
The Notes users does not have Create Personal Folders/Views access permission for the mail database.  | 
static long | 
CREATE_SHARED_FOLDER
The Notes users does not have Create Shared Folder access permission for the mail database.  | 
static long | 
NO_CREATE_DOCUMENTS
The Notes users does not have Create Documents access permission for the mail database.  | 
static long | 
NO_DELETE_DOCUMENTS
The Notes users does not have Delete Documents access permission for the mail database.  | 
static long | 
NO_PUBLIC_READER
The Notes users does not have Read Public Documents access permission for the mail database.  | 
static long | 
NO_PUBLIC_WRITER
The Notes users does not have Write Public Documents access permission for the mail database.  | 
static int | 
TYPE_CLIENT
Client-side Java processing error.  | 
static int | 
TYPE_NATIVE
Native Notes error.  | 
static int | 
TYPE_OK
OK.  | 
static int | 
TYPE_SERVICE
Compoze Domino Service error.  | 
| Method Summary | |
 long | 
getResultCode()
Gets the result code.  | 
 int | 
getType()
Gets the result code type.  | 
 java.lang.String | 
toString()
Returns the string representation of this object.  | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
public static final int TYPE_OK
public static final int TYPE_NATIVE
public static final int TYPE_SERVICE
public static final int TYPE_CLIENT
public static final long NO_PUBLIC_READER
public static final long NO_PUBLIC_WRITER
public static final long CREATE_PERSONAL_FOLDER
public static final long NO_DELETE_DOCUMENTS
public static final long NO_CREATE_DOCUMENTS
public static final long CREATE_SHARED_FOLDER
| Method Detail | 
public int getType()
TYPE_ constants)public long getResultCode()
public java.lang.String toString()
toString in class java.lang.Object
  | 
Compoze Software, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||