com.compoze.collab
Class ContainerCycleException

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.ContainerCycleException
All Implemented Interfaces
Serializable

public class ContainerCycleException
extends CollaborationException

Exception class that means that a container was copied or moved to a child of the source container. If this exception occurs, some of the copy or move operation may have completed.

See Also
Serialized Form

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

ContainerCycleException

public ContainerCycleException(com.compoze.collab.spi.Context ctx,
                               com.compoze.collab.spi.ExceptionResourceKey key)
Constructs an ContainerCycleException.

Parameters
ctx -
key -

ContainerCycleException

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

Parameters
ctx -
key -
param -

ContainerCycleException

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

Parameters
t -
ctx -
key -

ContainerCycleException

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

Parameters
t -
ctx -
key -
param -


Copyright © 2006 BEA Systems, Inc. All Rights Reserved