com.Prominic.jFTPd
Class UserMessages

java.lang.Object
  extended by com.Prominic.jFTPd.UserMessages

public class UserMessages
extends java.lang.Object

Insert the type's description here. Creation date: (22-Oct-02 17:38:27)


Field Summary
static java.lang.String APPEND_NOT_PERMITTED
           
static java.lang.String CREATE_NOT_PERMITTED
           
static java.lang.String DELETE_NOT_PERMITTED
           
static java.lang.String PERMISSION_DENIED
           
static java.lang.String RENAME_NOT_PERMITTED
           
 
Constructor Summary
private UserMessages()
          UserMessages constructor comment.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PERMISSION_DENIED

public static java.lang.String PERMISSION_DENIED

DELETE_NOT_PERMITTED

public static java.lang.String DELETE_NOT_PERMITTED

CREATE_NOT_PERMITTED

public static java.lang.String CREATE_NOT_PERMITTED

RENAME_NOT_PERMITTED

public static java.lang.String RENAME_NOT_PERMITTED

APPEND_NOT_PERMITTED

public static java.lang.String APPEND_NOT_PERMITTED
Constructor Detail

UserMessages

private UserMessages()
UserMessages constructor comment.