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