com.plumtree.portalpages.browsing.directory.rest
Class DirRestErrors

java.lang.Object
  extended by com.plumtree.portalpages.rest.ARESTErrors
      extended by com.plumtree.portalpages.browsing.directory.rest.DirRestErrors
All Implemented Interfaces:
IRESTError

public class DirRestErrors
extends ARESTErrors
implements IRESTError

This class enumerates the errors generated by the KD Rest API. 2000 - 2499 is reserved for KD errors.


Field Summary
static IRESTError NO_CONTENT_URL
           
static IRESTError NO_DATA_SOURCE_ID
           
static IRESTError NO_FOLDER_ID
           
static IRESTError NO_JSON_DOCUMENT_OBJECT
           
 
Method Summary
 int GetCode()
           
 java.lang.String GetMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_JSON_DOCUMENT_OBJECT

public static final IRESTError NO_JSON_DOCUMENT_OBJECT

NO_FOLDER_ID

public static final IRESTError NO_FOLDER_ID

NO_DATA_SOURCE_ID

public static final IRESTError NO_DATA_SOURCE_ID

NO_CONTENT_URL

public static final IRESTError NO_CONTENT_URL
Method Detail

GetCode

public int GetCode()
Specified by:
GetCode in interface IRESTError
Overrides:
GetCode in class ARESTErrors
Returns:
the error code for this error.
See Also:
com.plumtree.portalpages.rest.IRESTError.GetCode()

GetMessage

public java.lang.String GetMessage()
Specified by:
GetMessage in interface IRESTError
Overrides:
GetMessage in class ARESTErrors
Returns:
the non-i18nized error message for this error.
See Also:
com.plumtree.portalpages.rest.IRESTError.GetMessage()



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.