|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectportlets.compoze.groupware.model.AbstractModel
portlets.compoze.groupware.model.error.ErrorModel
portlets.compoze.groupware.model.error.ConnectionModel
This abstract class represents data for a connection error.
Field Summary |
Fields inherited from class portlets.compoze.groupware.model.error.ErrorModel |
m_error |
Constructor Summary | |
ConnectionModel(FeatureGroup featureGroup,
GroupwarePreferences groupwarePrefs,
ConnectionException error)
Constructor. |
Method Summary | |
ConnectionException |
getConnectionException()
Gets the connection exception. |
Methods inherited from class portlets.compoze.groupware.model.error.ErrorModel |
getException |
Methods inherited from class portlets.compoze.groupware.model.AbstractModel |
getAccounts, getActualTitle, getFeatureGroup, getGroupwarePreferences, getImAccount, getProviderCapabilities, getTitle, getTitleArgs, getTitleCrumbTrailKeys, isImAvailable, setActualTitle, setImAccount, setImAvailable, setTitle, setTitleArgs, setTitleCrumbTrailKeys |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConnectionModel(FeatureGroup featureGroup, GroupwarePreferences groupwarePrefs, ConnectionException error)
featureGroup
- the feature group (may not be null
)groupwarePrefs
- the groupware preferences (may not be null
)error
- the exceptionMethod Detail |
public ConnectionException getConnectionException()
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |