com.sas.services
Class ServiceException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.sas.util.ChainedException
|
+--com.sas.services.ServiceException
- All Implemented Interfaces:
- Direct Known Subclasses:
- AutoConnectException, FactoryException, IllegalServiceStateException, InitializationException, ItemAlreadyExistsException, LockingException, LoginServiceException, ParseException, PartialResultsException, QuiesceException, ServiceConfigurationException, ServiceDeploymentImportException, ServiceLookupFailedException, ServiceNotAvailableException, SyntaxException, TransportException, UserInitializationException, UserUnknownException
- public class ServiceException
- extends ChainedException
- implements java.io.Serializable
Base exception class for all service related exceptions. Note that this
class extends ChainedException which
provides the capability to wrap exceptions.
- Since:
- 1.0
- See Also:
- Serialized Form
|
Constructor Summary |
ServiceException()
Default constructor that uses a default exception message. |
ServiceException(String message)
Constructs an instance using the specified message to detail the
cause of the exception. |
ServiceException(Throwable throwable,
String message)
Constructs an instance using the specified message and a throwable
that prompted creation of this service exception. |
ServiceException
public ServiceException()
- Default constructor that uses a default exception message.
ServiceException
public ServiceException(String message)
- Constructs an instance using the specified message to detail the
cause of the exception.
- Parameters:
message - Exception message.
ServiceException
public ServiceException(Throwable throwable,
String message)
- Constructs an instance using the specified message and a throwable
that prompted creation of this service exception.
- Parameters:
message - Exception message.throwable - Throwable that prompted the exception.
Copyright © 2006 SAS Institute Inc. All Rights Reserved.
javadoc generated Fri, 10 Feb 2006 17:28:52