Compoze Software, Inc.

portlets.compoze.groupware.model.error
Class ConnectionModel

java.lang.Object
  extended byportlets.compoze.groupware.model.AbstractModel
      extended byportlets.compoze.groupware.model.error.ErrorModel
          extended byportlets.compoze.groupware.model.error.ConnectionModel
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MissingConnectionPropertiesModel

public class ConnectionModel
extends ErrorModel
implements java.io.Serializable

This abstract class represents data for a connection error.

See Also:
Serialized Form

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

ConnectionModel

public ConnectionModel(FeatureGroup featureGroup,
                       GroupwarePreferences groupwarePrefs,
                       ConnectionException error)
Constructor.

Parameters:
featureGroup - the feature group (may not be null)
groupwarePrefs - the groupware preferences (may not be null)
error - the exception
Method Detail

getConnectionException

public ConnectionException getConnectionException()
Gets the connection exception.

Returns:
the connection exception

Compoze Software, Inc.

Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.