***  This class is subject to change.  ***

com.sas.iquery.dataservices
Class DataServicesException

com.sas.iquery.dataservices.DataServicesException
All Implemented Interfaces:
com.sas.util.LocalizableToStringInterface, java.io.Serializable
Direct Known Subclasses:
ExecutionException, GenerationException

public class DataServicesException

Specifies a superclass for GenerationException and ExecutionException. A string reason describing the error. This is used as the Java Exception message, available via the method getMesage. An integer reason error code that is specific to the underlying data source.

See Also:
Serialized Form

Method Summary
 int getReasonCode()
          Retrieves the specific exception reason code for this DataServicesException object.
 
Methods inherited from class com.sas.iquery.IQueryServicesException
getFirstReason, getReasons, getSASLog, getSASLog, hasReasonWithCodes
 

Method Detail

getReasonCode

public int getReasonCode()
Retrieves the specific exception reason code for this DataServicesException object.


***  This class is subject to change.  ***




Copyright © 2009 SAS Institute Inc. All Rights Reserved.