COM.FutureTense.Access
Class UserError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byCOM.FutureTense.Util.ftErrors
              extended byCOM.FutureTense.Access.UserError
All Implemented Interfaces:
java.io.Serializable

public class UserError
extends ftErrors

See Also:
Serialized Form

Field Summary
 
Fields inherited from class COM.FutureTense.Util.ftErrors
badCertificate, badCharSet, badcounter, badDate, badNativeMethodCall, badnumber, badoutputstr, badparams, badParser, badpassword, badSearchType, badwhatstr, blobservererr, callLogixError, callLogixException, cantLoadSearchEngine, classCast, classNotFound, dberror, duplicate, duplicateFieldValues, emailexception, emptylist, errBadParams, errDBExecuting, errDBExecutingPS, errDBFetchConn, errDBIAccess, errDBInit, errDBInstant, errDBLookup, errDBNoClass, errErrCallingInclude, errExcCallingInclude, errInvalidJSPPath, errInvalidJSPRoot, errInvalidObjectInHash, errLicense, errNoConnServer, errNoCreFile, errNoDispatcher, errNoJSPSupport, evalError, evalservererr, eventdbexception, eventexception, exceptionerr, executeError, exportError, filenotdeleted, filenotfolder, filenotfound, filenotread, filenotwritten, fileoverwriteerror, foldernotdeleted, indexAlreadyExists, initComplete, invalidList, invalidobjectinfo, listCopyError, listRenameError, managedbeventerror, manageeventerror, maxErrno, maxusers, mirroraborted, mirrorbadcoltype, mirrorbadconfiginfo, mirrorbadresponse, mirrorfilenotfound, mirrorGetConfig, mirrorinprogress, mirrornetabort, mirrornocommit, mirrornorows, mirrornorunning, mirrornoserver, mirrornotreenodes, mirrornotrees, mirrornotreetable, mirrornotrycreate, mirrorok, mirrorvarnotfound, missingclasstype, nativeMethodMismatch, noAccess, nocolvalue, noCreDatFile, noCrePopFile, nodechilderror, nodeltemptable, noDREConnection, noElement, NOERROR, noEvalFile, noFieldArgument, nogenTempTableName, noInstance, nomirrormixedcols, noModInsertDate, nonCSList, nonodes, nonodetoget, noprivs, noprivsrt, noregister, norowincrement, norows, nosession, noSqlFile, nosuchrow, notable, notabledef, notree, notsupported, nottemptable, outofmemory, pagenoprivs, pagenotfound, pagenotlive, pathnotfound, pingDBAck, processExceptionerr, replaceRowsID, requestcacheerr, revisiontrackingerr, searchAddIndexFailed, searchDeleteIndexFailed, searchFailed, searchIndexCreateFailed, searchIndexExists, searchnodefindexfound, searchNoIndex, searchNotUpToDateDueToIndexing, searchRemoveIndexFailed, servletio, stackoverflow, stringendindex, stringindex, success, tableAreadyExists, tableCreated, tempTableCreated, treebadparent, treeCreated, treepathnotvalid, treeselecterror, unknownerror, unknownField, unknownFieldType, unknownobjclass, unknownobjid, unknownobstyle, unknownsearchengine, unknownuser, unsupportedSearchFunction, usererr, validateComplete, xmlaok, xmlbadfile, xmlbadparams, xmldocfailed, xmlnofilterdefs, xmlnoinput, xmlparsefailed, xmlsyntax, xmlwritefailed, zipentrynotread, zipexception, zipunpackerror, zipvalidateerror
 
Method Summary
static UserError ICS_MISSING()
           
static UserError INIFILE_BADPROPERTY(java.lang.String property, java.lang.String value)
           
static UserError INIFILE_NOTFOUND(java.lang.String inifile)
           
static UserError INIFILE_NOTSUPPLIED()
           
static UserError INIFILE_READ(java.lang.String inifile)
           
static UserError LOGIN_FAILED()
           
static UserError UNKNOWNCOMMAND(java.lang.String cmd)
           
static UserError UNSUPPORTEDACTION(java.lang.String cmd)
           
static UserError USEREXCEPTION()
           
static UserError USERMANAGER()
           
static UserError WRONG_METHOD(java.lang.String method)
           
 
Methods inherited from class COM.FutureTense.Util.ftErrors
detail, details, getError, getReason, SetStatus, SetValOut
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

USEREXCEPTION

public static final UserError USEREXCEPTION()

USERMANAGER

public static final UserError USERMANAGER()

UNSUPPORTEDACTION

public static final UserError UNSUPPORTEDACTION(java.lang.String cmd)

UNKNOWNCOMMAND

public static final UserError UNKNOWNCOMMAND(java.lang.String cmd)

INIFILE_NOTSUPPLIED

public static final UserError INIFILE_NOTSUPPLIED()

INIFILE_NOTFOUND

public static final UserError INIFILE_NOTFOUND(java.lang.String inifile)

INIFILE_READ

public static final UserError INIFILE_READ(java.lang.String inifile)

INIFILE_BADPROPERTY

public static final UserError INIFILE_BADPROPERTY(java.lang.String property,
                                                  java.lang.String value)

LOGIN_FAILED

public static final UserError LOGIN_FAILED()

ICS_MISSING

public static final UserError ICS_MISSING()

WRONG_METHOD

public static final UserError WRONG_METHOD(java.lang.String method)