com.compoze.collab
Class ContainerAlreadyExistsException

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

public class ContainerAlreadyExistsException
extends CollaborationException

Exception class that means that a container could not be created because a container with the same name already exists.

See Also
Serialized Form

Constructor Summary
ContainerAlreadyExistsException(com.compoze.collab.spi.Context ctx)
          Constructs a ContainerAlreadyExistsException.
ContainerAlreadyExistsException(com.compoze.collab.spi.Context ctx, String sName)
          Constructs a ContainerAlreadyExistsException.
ContainerAlreadyExistsException(Throwable t, com.compoze.collab.spi.Context ctx)
          Constructs a ContainerAlreadyExistsException.
ContainerAlreadyExistsException(Throwable t, com.compoze.collab.spi.Context ctx, String sName)
          Constructs a ContainerAlreadyExistsException.
 
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

ContainerAlreadyExistsException

public ContainerAlreadyExistsException(Throwable t,
                                       com.compoze.collab.spi.Context ctx)
Constructs a ContainerAlreadyExistsException.

Parameters
t - the underlying throwable
ctx - the context (not null)

ContainerAlreadyExistsException

public ContainerAlreadyExistsException(com.compoze.collab.spi.Context ctx)
Constructs a ContainerAlreadyExistsException.

Parameters
ctx - the context (not null)

ContainerAlreadyExistsException

public ContainerAlreadyExistsException(com.compoze.collab.spi.Context ctx,
                                       String sName)
Constructs a ContainerAlreadyExistsException.

Parameters
ctx - the context (not null)
sName - the container name (not null)

ContainerAlreadyExistsException

public ContainerAlreadyExistsException(Throwable t,
                                       com.compoze.collab.spi.Context ctx,
                                       String sName)
Constructs a ContainerAlreadyExistsException.

Parameters
t - the underlying throwable
ctx - the context (not null)
sName - the container name (not null)


Copyright © 2006 BEA Systems, Inc. All Rights Reserved