com.cafesoft.core.service
Class ServiceException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.cafesoft.core.exception.NestedException
|
+--com.cafesoft.core.service.ServiceException
- All Implemented Interfaces:
- Serializable
- public class ServiceException
- extends NestedException
- See Also:
- Serialized Form
ServiceException
public ServiceException()
- Create a new ServiceException.
ServiceException
public ServiceException(String message)
- Create a new ServiceException.
- Parameters:
message - a textual message describing the exception.
ServiceException
public ServiceException(String message,
Throwable cause)
- Create a new ServiceException.
- Parameters:
message - a textual message describing the exception.cause - throwable that caused this exception
Generated on 8:41:50 AM June 06, 2005, © 1996-2005 Cafésoft LLC. All rights reserved.