com.compoze.collab
Class LoginException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.compoze.collab.util.NestedException
              extended by com.compoze.collab.CollaborationException
                  extended by com.compoze.collab.PermissionException
                      extended by com.compoze.collab.LoginException
All Implemented Interfaces
Serializable

public class LoginException
extends PermissionException

This exception can be thrown when logging a user in to indicate that they specified some incorrect login parameters.

See Also
Serialized Form

Constructor Summary
LoginException(com.compoze.collab.spi.Context ctx, com.compoze.collab.spi.ExceptionResourceKey baseKey, List badProps)
          Constructs a LoginException.
LoginException(com.compoze.collab.spi.Context ctx, com.compoze.collab.spi.ExceptionResourceKey baseKey, Object param, List badProps)
          Constructs a LoginException.
 
Method Summary
 SessionProperty[] getBadProps()
          Get the bad properties as SessionProperty[]
 
Methods inherited from class com.compoze.collab.CollaborationException
getAdminMessage, getAdminResolution, getBaseKey, getKey, getProgrammerMessage, getProgrammerResolution, getUserMessage, getUserResolution, main
 
Methods inherited from class com.compoze.collab.util.NestedException
getNestedException, getStackTraceString, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoginException

public LoginException(com.compoze.collab.spi.Context ctx,
                      com.compoze.collab.spi.ExceptionResourceKey baseKey,
                      List badProps)
Constructs a LoginException.

Parameters
ctx - Context for this exception (not null)
baseKey - the base key in the resource file (not null)
badProps - List of bad property names (Strings) (not null)

LoginException

public LoginException(com.compoze.collab.spi.Context ctx,
                      com.compoze.collab.spi.ExceptionResourceKey baseKey,
                      Object param,
                      List badProps)
Constructs a LoginException.

Parameters
ctx - Context for this exception (not null)
baseKey - the base key in the resource file (not null)
param - the parameter to the exception message (not null)
badProps - List of bad property names (Strings) (not null)
Method Detail

getBadProps

public SessionProperty[] getBadProps()
Get the bad properties as SessionProperty[]

Returns
the bad properties


Copyright © 2006 BEA Systems, Inc. All Rights Reserved