com.sas.storage.olap
Class OLAPWarning

com.sas.storage.olap.OLAPWarning
All Implemented Interfaces:
java.io.Serializable

public class OLAPWarning

An exception that provides information on a database access warning or other warnings.

See Also:
OLAPWarning, Serialized Form

Constructor Summary
OLAPWarning()
          Constructs an OLAPWarning object; reason defaults to null and vendorCode defaults to 0.
OLAPWarning(java.lang.String reason)
          Constructs an OLAPWarning object with a reason; vendorCode defaults to 0.
OLAPWarning(java.lang.String reason, int vendorCode)
          Constructs a fully-specified OLAPWarning object.
OLAPWarning(java.lang.Throwable targetException)
           
OLAPWarning(java.lang.Throwable targetException, java.lang.String reason, int vendorCode)
           
 
Method Summary
 
Methods inherited from class com.sas.storage.olap.OLAPException
getErrorCode
 

Constructor Detail

OLAPWarning

public OLAPWarning()
Constructs an OLAPWarning object; reason defaults to null and vendorCode defaults to 0.


OLAPWarning

public OLAPWarning(java.lang.String reason)
Constructs an OLAPWarning object with a reason; vendorCode defaults to 0.


OLAPWarning

public OLAPWarning(java.lang.String reason,
                   int vendorCode)
Constructs a fully-specified OLAPWarning object.


OLAPWarning

public OLAPWarning(java.lang.Throwable targetException,
                   java.lang.String reason,
                   int vendorCode)

OLAPWarning

public OLAPWarning(java.lang.Throwable targetException)



Copyright © 2009 SAS Institute Inc. All Rights Reserved.