org.ow2.petals.microkernel.api.communication.topology.exception
Class RemoveContainerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.petals.basisapi.exception.PetalsException
              extended by org.ow2.petals.clientserverapi.topology.exception.TopologyServiceException
                  extended by org.ow2.petals.microkernel.api.communication.topology.exception.RemoveContainerException
All Implemented Interfaces:
Serializable

public class RemoveContainerException
extends org.ow2.petals.clientserverapi.topology.exception.TopologyServiceException

An error occurs removing a container from the topology.

Author:
Christophe DENEUX - Linagora
See Also:
Serialized Form

Constructor Summary
RemoveContainerException(String containerName, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoveContainerException

public RemoveContainerException(String containerName,
                                Throwable cause)


Copyright © 2005-2015 Linagora. All Rights Reserved.