org.apache.jetspeed.service
Class ServiceException

org.apache.jetspeed.service.ServiceException

public class ServiceException

The ServiceException is a generic exception that can be used by service implementations to notify unexpected error conditions. Any more precise exceptions that a service may want to throw need to derive from this class.


Constructor Summary
ServiceException()
           
ServiceException(java.lang.String message)
           
 

Constructor Detail

ServiceException

public ServiceException()

ServiceException

public ServiceException(java.lang.String message)