org.objectweb.jonas.resource
Class ResourceServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.objectweb.jonas.service.ServiceException
org.objectweb.jonas.resource.ResourceServiceException
- All Implemented Interfaces:
- Serializable
public class ResourceServiceException
- extends ServiceException
The class ResourceServiceException that indicates conditions that a
reasonable application might want to catch.
- Author:
- Ludovic Bert, Florent Benoit
- See Also:
- Serialized Form
ResourceServiceException
public ResourceServiceException(String message)
- Constructs a new ResourceServiceException with the specified
message.
- Parameters:
message
- the detail message.
ResourceServiceException
public ResourceServiceException(String message,
Throwable throwable)
- Constructs a new ResourceServiceException with the specified
message.
- Parameters:
message
- the detail message.throwable
- the exception
Copyright © 2007 OW2 Consortium. All Rights Reserved.