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.
 
Methods inherited from class com.sas.util.ChainedException
chainContains, getRootException, getRootException, getTargetException, getTargetException, printStackTrace, printStackTrace, printStackTrace, toString, toStringBuffer
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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