EAF 7.6 API

Serialized Form


Package com.lutris.appserver.server

Class com.lutris.appserver.server.ApplicationData extends com.lutris.util.KeywordValueTable implements Serializable

Class com.lutris.appserver.server.ApplicationException extends ChainedException implements Serializable


Package com.lutris.appserver.server.httpPresentation

Class com.lutris.appserver.server.httpPresentation.ClientPageRedirectException extends PageRedirectException implements Serializable

Class com.lutris.appserver.server.httpPresentation.DirectoryException extends HttpPresentationException implements Serializable

Class com.lutris.appserver.server.httpPresentation.FilePresentationException extends ChainedException implements Serializable

Class com.lutris.appserver.server.httpPresentation.HttpPresentationException extends ChainedException implements Serializable

Class com.lutris.appserver.server.httpPresentation.HttpPresentationIOException extends java.io.IOException implements Serializable

Serialized Fields

trueIOException

boolean trueIOException
Flag that indicates that this came from an a I/O operation rather than a generated exception.

Class com.lutris.appserver.server.httpPresentation.PageRedirectException extends java.lang.Error implements Serializable

Serialized Fields

url

java.lang.String url
URL that is the target of the redirect.


urlHasArgs

boolean urlHasArgs
Are there any arguments associated with the URL?


encoding

java.lang.String encoding
Character encoding that will be used.

Class com.lutris.appserver.server.httpPresentation.PageUnauthorizedException extends java.lang.RuntimeException implements Serializable

Serialized Fields

relm

java.lang.String relm
The relm to ask for. This string is used by the browser in the prompt for username and password. It should identify to the user which system they are logging in to, i.e. which username and password to use.


htmlTitle

java.lang.String htmlTitle
HTML title to display. (not yet configurable).


htmlText

java.lang.String htmlText
HTML Text message to display.

Class com.lutris.appserver.server.httpPresentation.ServerPageRedirectException extends PageRedirectException implements Serializable

Serialized Fields

httpServletRequest

javax.servlet.http.HttpServletRequest httpServletRequest
The httpServletRequest to redirect


httpServletResponse

javax.servlet.http.HttpServletResponse httpServletResponse
The httpServletRequest to redirect to


Package com.lutris.appserver.server.session

Class com.lutris.appserver.server.session.SessionData extends com.lutris.util.KeywordValueTable implements Serializable

Class com.lutris.appserver.server.session.SessionException extends ChainedException implements Serializable


Package com.lutris.appserver.server.sessionEnhydra

Class com.lutris.appserver.server.sessionEnhydra.BasicSession extends java.lang.Object implements Serializable

Serialized Fields

user

User user

sessionKey

java.lang.String sessionKey

timeCreated

long timeCreated

timeLastUsed

long timeLastUsed

timeExpires

long timeExpires

maxIdleTime

long maxIdleTime

maxNoUserIdleTime

long maxNoUserIdleTime

data

com.lutris.appserver.server.session.SessionData data

refCount

int refCount

attributes

java.util.Hashtable<K,V> attributes

valid

boolean valid

Class com.lutris.appserver.server.sessionEnhydra.CreateSessionException extends SessionException implements Serializable

Class com.lutris.appserver.server.sessionEnhydra.DuplicateKeyException extends CreateSessionException implements Serializable

Class com.lutris.appserver.server.sessionEnhydra.PagedSession extends com.lutris.appserver.server.sessionEnhydra.BasicSession implements Serializable

Class com.lutris.appserver.server.sessionEnhydra.PagedSessionData extends com.lutris.appserver.server.session.SessionData implements Serializable


Package com.lutris.appserver.server.sql

Class com.lutris.appserver.server.sql.DatabaseManagerException extends DodsBaseException implements Serializable

Class com.lutris.appserver.server.sql.DBRowUpdateException extends java.sql.SQLException implements Serializable

Class com.lutris.appserver.server.sql.ObjectId extends java.lang.Object implements Serializable

Serialized Fields

value

java.math.BigDecimal value
The value associated with this object id.

Class com.lutris.appserver.server.sql.ObjectIdException extends DodsBaseException implements Serializable


Package com.lutris.appserver.server.user

Class com.lutris.appserver.server.user.UserImpl extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

Package com.lutris.dods.builder.generator.query

Class com.lutris.dods.builder.generator.query.DataObjectException extends DodsBaseException implements Serializable

Class com.lutris.dods.builder.generator.query.QueryException extends DodsBaseException implements Serializable

Class com.lutris.dods.builder.generator.query.RefAssertionException extends DodsBaseException implements Serializable


Package com.lutris.html

Class com.lutris.html.HtmlString extends java.lang.Object implements Serializable

Serialized Fields

value

java.lang.String value

Package com.lutris.mime

Class com.lutris.mime.MimeException extends java.lang.Exception implements Serializable

Serialized Fields

reason

int reason
Holds the reason code for this exception instance.


Package com.lutris.util

Class com.lutris.util.ChainedError extends java.lang.Error implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class com.lutris.util.ChainedException extends java.lang.Exception implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class com.lutris.util.ChainedRuntimeException extends java.lang.RuntimeException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class com.lutris.util.Config extends com.lutris.util.KeywordValueTable implements Serializable

Serialized Fields

configFile

ConfigFileInterface configFile

Class com.lutris.util.ConfigException extends KeywordValueException implements Serializable

Serialized Fields

reason

int reason
Indicates the cause (if known) of the current exception.

See Also:
ConfigException.UNKNOWN, ConfigException.SYNTAX, ConfigException.COUNT, ConfigException.FORMAT

Class com.lutris.util.Currency extends java.math.BigDecimal implements Serializable

Class com.lutris.util.FatalExceptionError extends java.lang.Error implements Serializable

Serialized Fields

except

java.lang.Exception except
Encapsulated exception.

Class com.lutris.util.KeywordValueException extends java.lang.Exception implements Serializable

Class com.lutris.util.KeywordValueTable extends java.lang.Object implements Serializable

Serialized Fields

hashTable

java.util.Hashtable<K,V> hashTable

Class com.lutris.util.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor

currentToken

com.lutris.util.Token currentToken

expectedTokenSequences

int[][] expectedTokenSequences

tokenImage

java.lang.String[] tokenImage

eol

java.lang.String eol

Class com.lutris.util.PersistentStoreException extends ChainedException implements Serializable

Class com.lutris.util.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode

Package org.enhydra.dods

Class org.enhydra.dods.DODSException extends DodsBaseException implements Serializable


Package org.enhydra.dods.exceptions

Class org.enhydra.dods.exceptions.CacheObjectException extends DataObjectException implements Serializable

Class org.enhydra.dods.exceptions.DodsBaseException extends java.lang.Exception implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Package org.enhydra.server

Class org.enhydra.server.EnhydraServerException extends java.lang.Exception implements Serializable


EAF 7.6 API