com.compoze.collab
Class ContainerAlreadyExistsException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.compoze.collab.util.NestedException
|
+--com.compoze.collab.CollaborationException
|
+--com.compoze.collab.ContainerAlreadyExistsException
- All Implemented Interfaces:
- java.io.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
Methods inherited from class com.compoze.collab.util.NestedException |
getNestedException, getStackTraceString, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ContainerAlreadyExistsException
public ContainerAlreadyExistsException(java.lang.Throwable t,
com.compoze.collab.spi.Context ctx)
- Constructs a ContainerAlreadyExistsException.
- Parameters:
t
- the underlying throwablectx
- 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,
java.lang.String sName)
- Constructs a ContainerAlreadyExistsException.
- Parameters:
ctx
- the context (not null
)sName
- the container name (not null
)
ContainerAlreadyExistsException
public ContainerAlreadyExistsException(java.lang.Throwable t,
com.compoze.collab.spi.Context ctx,
java.lang.String sName)
- Constructs a ContainerAlreadyExistsException.
- Parameters:
t
- the underlying throwablectx
- the context (not null
)sName
- the container name (not null
)
Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.