Nuxeo Enterprise Platform 5.4

org.nuxeo.wss.fprpc
Class FPError

java.lang.Object
  extended by org.nuxeo.wss.fprpc.FPError

public class FPError
extends Object


Field Summary
static String AccessDenied
           
static String AlreadyLocked
           
static String CanNotRenameConflict
           
static String FileAlreadyExists
           
static String FolderNameAlreadyExists
           
static String FolderUrlDoesNotExists
           
static String NotCheckedOut
           
static String UnknownMethod
           
static String UrlDoesNotExists
           
static String WriteError
           
 
Constructor Summary
FPError()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WriteError

public static final String WriteError
See Also:
Constant Field Values

CanNotRenameConflict

public static final String CanNotRenameConflict
See Also:
Constant Field Values

FileAlreadyExists

public static final String FileAlreadyExists
See Also:
Constant Field Values

UrlDoesNotExists

public static final String UrlDoesNotExists
See Also:
Constant Field Values

FolderUrlDoesNotExists

public static final String FolderUrlDoesNotExists
See Also:
Constant Field Values

FolderNameAlreadyExists

public static final String FolderNameAlreadyExists
See Also:
Constant Field Values

AlreadyLocked

public static final String AlreadyLocked
See Also:
Constant Field Values

NotCheckedOut

public static final String NotCheckedOut
See Also:
Constant Field Values

UnknownMethod

public static final String UnknownMethod
See Also:
Constant Field Values

AccessDenied

public static final String AccessDenied
See Also:
Constant Field Values
Constructor Detail

FPError

public FPError()

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.