org.objectweb.jonas.client
Class ClientContainerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.objectweb.jonas.service.ServiceException
                  extended byorg.objectweb.jonas.client.ClientContainerException
All Implemented Interfaces:
java.io.Serializable

public class ClientContainerException
extends ServiceException

The class ClientContainerException that indicates conditions that a reasonable application might want to catch.

Author:
Florent Benoit
See Also:
Serialized Form

Constructor Summary
ClientContainerException(java.lang.String message)
          Constructs a new ClientContainerException with the specified message.
ClientContainerException(java.lang.String message, java.lang.Throwable throwable)
          Constructs a new ClientContainerException with the specified message.
 
Methods inherited from class org.objectweb.jonas.service.ServiceException
getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClientContainerException

public ClientContainerException(java.lang.String message)
Constructs a new ClientContainerException with the specified message.

Parameters:
message - the detail message.

ClientContainerException

public ClientContainerException(java.lang.String message,
                                java.lang.Throwable throwable)
Constructs a new ClientContainerException with the specified message.

Parameters:
message - the detail message.
throwable - the exception