org.ow2.jonas.client
Class ClientContainerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.jonas.client.ClientContainerException
All Implemented Interfaces:
Serializable

public class ClientContainerException
extends Exception

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

Author:
Florent Benoit
See Also:
Serialized Form

Constructor Summary
ClientContainerException(String message)
          Constructs a new ClientContainerException with the specified message.
ClientContainerException(String message, Throwable throwable)
          Constructs a new ClientContainerException with the specified message.
 
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

ClientContainerException

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

Parameters:
message - the detail message.

ClientContainerException

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

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


Copyright © 2010 OW2 Consortium. All Rights Reserved.