com.sas.services
Class ServiceConfigurationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.sas.util.ChainedException
|
+--com.sas.services.ServiceException
|
+--com.sas.services.ServiceConfigurationException
- All Implemented Interfaces:
- public class ServiceConfigurationException
- extends ServiceException
Exception used to indicate an issue with an invalid service
configuration.
- Since:
- 1.1.3
- See Also:
- Serialized Form
ServiceConfigurationException
public ServiceConfigurationException(String msg)
- Constructs an exception using the specified message.
- Parameters:
msg - Message detailing the service configuration exception.
ServiceConfigurationException
public ServiceConfigurationException(Throwable cause,
String msg)
- Constructs an exception using the specified message.
- Parameters:
cause - The throwable that prompted this exception.msg - Message detailing the service configuration exception.
Copyright © 2006 SAS Institute Inc. All Rights Reserved.
javadoc generated Fri, 10 Feb 2006 17:28:52