org.ow2.jonas.client
Class ClientContainerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ow2.jonas.service.ServiceException
org.ow2.jonas.client.ClientContainerException
- All Implemented Interfaces:
- Serializable
public class ClientContainerException
- extends org.ow2.jonas.service.ServiceException
The class ClientContainerException that indicates conditions that a
reasonable application might want to catch.
- Author:
- Florent Benoit
- See Also:
- Serialized Form
| Methods inherited from class org.ow2.jonas.service.ServiceException |
getMessage, toString |
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 © 2008 OW2 Consortium. All Rights Reserved.