Serialized Form
fBadDatabases
Set<E> fBadDatabases
- Mutable field. Must be accessed in a thread-safe way after init finished.
Assumes that all databases are initially down; each is removed from this set, when it
has been detected as being up. Possibly empty.
fStartupTasks
StartupTasks fStartupTasks
- Mutable field. Must be accessed in a thread-safe way after init finished.
fConfig
hirondelle.web4j.readconfig.Config fConfig
Package hirondelle.web4j.database |
Package hirondelle.web4j.model |
fErrorMessages
MessageList fErrorMessages
- List of error messages attached to this exception.
Implementation Note :
This class is a wrapper of MessageListImpl, and simply forwards
related method calls to this field. This avoids code repetition.
serialVersionUID: 1000L
readObject
private void readObject(ObjectInputStream aInputStream)
throws ClassNotFoundException,
IOException
- Always treat de-serialization as a full-blown constructor, by validating the final state of the deserialized object.
- Throws:
ClassNotFoundException
IOException
fText
String fText
- Holds either the simple text, or the custom pattern.
fParams
List<E> fParams
- List of Objects holds the parameters. Empty List if no parameters used.
fStatusCode
int fStatusCode
fErrorMessage
String fErrorMessage
serialVersionUID: 8856876119383545215L
readObject
private void readObject(ObjectInputStream aInputStream)
throws ClassNotFoundException,
IOException,
ModelCtorException
- Always treat de-serialization as a full-blown constructor, by
validating the final state of the de-serialized object.
- Throws:
ClassNotFoundException
IOException
ModelCtorException
writeObject
private void writeObject(ObjectOutputStream aOutputStream)
throws IOException
- This is the default implementation of writeObject.
Customise if necessary.
- Throws:
IOException
fId
Id fId
-
fText
SafeText fText
-
fShortText
SafeText fShortText
-
fLongText
SafeText fLongText
-
fOrderIdx
Integer fOrderIdx
-
fHashCode
int fHashCode
-
serialVersionUID: -1300068157085493891L
readObject
private void readObject(ObjectInputStream aInputStream)
throws ClassNotFoundException,
IOException
- Always treat de-serialization as a full-blown constructor, by
validating the final state of the de-serialized object.
- Throws:
ClassNotFoundException
IOException
writeObject
private void writeObject(ObjectOutputStream aOutputStream)
throws IOException
- This is the default implementation of writeObject.
Customise if necessary.
- Throws:
IOException
fDateTime
String fDateTime
- The text form of a date. @serial
fYear
Integer fYear
-
fMonth
Integer fMonth
-
fDay
Integer fDay
-
fHour
Integer fHour
-
fMinute
Integer fMinute
-
fSecond
Integer fSecond
-
fNanosecond
Integer fNanosecond
-
fIsAlreadyParsed
boolean fIsAlreadyParsed
- Indicates if this DateTime has been parsed into its 7 constituents. @serial
fHashCode
int fHashCode
-
serialVersionUID: 7526471155622776147L
readObject
private void readObject(ObjectInputStream aInputStream)
throws ClassNotFoundException,
IOException
- Always treat de-serialization as a full-blown constructor, by
validating the final state of the de-serialized object.
- Throws:
ClassNotFoundException
IOException
writeObject
private void writeObject(ObjectOutputStream aOutputStream)
throws IOException
- Throws:
IOException
fAmount
BigDecimal fAmount
- The decimal amount.
Never null.
-
fHashCode
int fHashCode
-
serialVersionUID: 7526472295633676147L
readObject
private void readObject(ObjectInputStream aInputStream)
throws ClassNotFoundException,
IOException
- Always treat de-serialization as a full-blown constructor, by
validating the final state of the de-serialized object.
- Throws:
ClassNotFoundException
IOException
writeObject
private void writeObject(ObjectOutputStream aOutputStream)
throws IOException
- This is the default implementation of writeObject.
Customise if necessary.
- Throws:
IOException
fId
SafeText fId
-
serialVersionUID: 1000L
readObject
private void readObject(ObjectInputStream aInputStream)
throws ClassNotFoundException,
IOException
- Always treat de-serialization as a full-blown constructor, by validating the final state of the deserialized object.
- Throws:
ClassNotFoundException
IOException
fAppResponseMessages
List<E> fAppResponseMessages
- List of
AppResponseMessage
s attached to this exception.
fHasBeenDisplayed
boolean fHasBeenDisplayed
- Controls the display-once-only behavior needed for JSPs.
Package hirondelle.web4j.security |
serialVersionUID: 7526472295633676147L
readObject
private void readObject(ObjectInputStream aInputStream)
throws ClassNotFoundException,
IOException
- Always treat de-serialization as a full-blown constructor, by
validating the final state of the de-serialized object.
- Throws:
ClassNotFoundException
IOException
writeObject
private void writeObject(ObjectOutputStream aOutputStream)
throws IOException
- This is the default implementation of writeObject.
Customise if necessary.
- Throws:
IOException
fText
String fText
-
fEscapedForHTML
String fEscapedForHTML
- The return value of toString, cached like fHashCode.
fHashCode
int fHashCode
Copyright Hirondelle Systems. Published October 19, 2013 - User Guide - All Docs.