org.objectweb.jonas.client
Class ClientContainerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.objectweb.jonas.service.ServiceException
                  extended by org.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.
 
Method Summary
 
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