Skip navigation links


COM.FutureTense.Access
Class UserError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by COM.FutureTense.Util.ftErrorsException
              extended by COM.FutureTense.Access.UserError

All Implemented Interfaces:
java.io.Serializable

public class UserError
extends COM.FutureTense.Util.ftErrorsException
See Also:
Serialized Form

Field Summary

 

Fields inherited from class COM.FutureTense.Util.ftErrorsException
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, m_nEXCEPTION, m_nNOERROR, 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, realtimepublisherror, 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

 

Constructor Summary
protected UserError(int nResultCode)
           
protected UserError(int nResultCode, java.lang.String param)
           
protected UserError(int nResultCode, java.lang.String[] aParams)
           
protected UserError(java.lang.String s)
           

 

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.ftErrorsException
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

UserError

protected UserError(java.lang.String s)

UserError

protected UserError(int nResultCode)

UserError

protected UserError(int nResultCode,
                    java.lang.String param)

UserError

protected UserError(int nResultCode,
                    java.lang.String[] aParams)

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)

Skip navigation links


Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.