com.compoze.collab
Class StubBackendException

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.StubException
                      extended by com.compoze.collab.StubBackendException
All Implemented Interfaces
Serializable

public class StubBackendException
extends StubException

Exceptions of this class represent problems between a stub and a back-end server.

See Also
Serialized Form

Constructor Summary
StubBackendException(com.compoze.collab.spi.Context ctx, com.compoze.collab.spi.ExceptionResourceKey key)
          Constructs a StubBackendException.
StubBackendException(com.compoze.collab.spi.Context ctx, com.compoze.collab.spi.ExceptionResourceKey key, Object param)
          Constructs a StubBackendException.
StubBackendException(Throwable t, com.compoze.collab.spi.Context ctx, com.compoze.collab.spi.ExceptionResourceKey key)
          Constructs a StubBackendException.
StubBackendException(Throwable t, com.compoze.collab.spi.Context ctx, com.compoze.collab.spi.ExceptionResourceKey key, Object param)
          Constructs a StubBackendException.
 
Method Summary
 
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

StubBackendException

public StubBackendException(com.compoze.collab.spi.Context ctx,
                            com.compoze.collab.spi.ExceptionResourceKey key)
Constructs a StubBackendException.

Parameters
ctx -
key -

StubBackendException

public StubBackendException(com.compoze.collab.spi.Context ctx,
                            com.compoze.collab.spi.ExceptionResourceKey key,
                            Object param)
Constructs a StubBackendException.

Parameters
ctx -
key -
param -

StubBackendException

public StubBackendException(Throwable t,
                            com.compoze.collab.spi.Context ctx,
                            com.compoze.collab.spi.ExceptionResourceKey key)
Constructs a StubBackendException.

Parameters
t -
ctx -
key -

StubBackendException

public StubBackendException(Throwable t,
                            com.compoze.collab.spi.Context ctx,
                            com.compoze.collab.spi.ExceptionResourceKey key,
                            Object param)
Constructs a StubBackendException.

Parameters
t -
ctx -
key -
param -


Copyright © 2006 BEA Systems, Inc. All Rights Reserved