com.sas.dataselectors.filters
Class DataRetrievalError

com.sas.dataselectors.filters.DataRetrievalError
All Implemented Interfaces:
java.io.Serializable

public class DataRetrievalError

This exception is intended to be thrown within the filter model for any errors that occur while communicating with a remote data source. The filter model often will execute queries or contact a metadata server to gather information or values and at any point problems can occur with those communication links. Such problems should be surfaced with this exception.

See Also:
Serialized Form

Constructor Summary
DataRetrievalError()
          Constructs a new exception.
DataRetrievalError(java.lang.String message)
          Constructs a new exception with the given message text.
DataRetrievalError(java.lang.String message, java.lang.Throwable cause)
          Constructs a new exception with the given message and cause.
DataRetrievalError(java.lang.Throwable cause)
          Constructs a new exception with the given cause but no message text.
 

Constructor Detail

DataRetrievalError

public DataRetrievalError()
Constructs a new exception.


DataRetrievalError

public DataRetrievalError(java.lang.String message)
Constructs a new exception with the given message text.

Parameters:
message - the message for this exception

DataRetrievalError

public DataRetrievalError(java.lang.String message,
                          java.lang.Throwable cause)
Constructs a new exception with the given message and cause.

Parameters:
message - the message for this exception
cause - an error that caused this exception to be created

DataRetrievalError

public DataRetrievalError(java.lang.Throwable cause)
Constructs a new exception with the given cause but no message text.

Parameters:
cause - an error that caused this exception to be created



Copyright © 2009 SAS Institute Inc. All Rights Reserved.