com.crystaldecisions.sdk.occa.report.lib
Class ReportSDKInvalidDBDriverException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.crystaldecisions.sdk.occa.report.lib.ReportSDKExceptionBase
              extended by com.crystaldecisions.sdk.occa.report.lib.ReportSDKException
                  extended by com.crystaldecisions.sdk.occa.report.lib.ReportSDKInvalidDBDriverException
All Implemented Interfaces:
java.io.Serializable

public class ReportSDKInvalidDBDriverException
extends ReportSDKException

This class defines an exception thrown when a db driver name is invalid.

See Also:
Serialized Form

Constructor Summary
ReportSDKInvalidDBDriverException(java.lang.String RCI, int errorCode, java.lang.String errorMsg)
          For internal use only.
ReportSDKInvalidDBDriverException(java.lang.String RCI, int errorCode, java.lang.String errorMsg, java.lang.Throwable previous)
          For internal use only.
 
Method Summary
static void throwReportSDKIvalidDBDriverException(java.lang.String RCI, int errorCode, java.lang.String msg)
          For internal use only.
static void throwReportSDKIvalidDBDriverException(java.lang.String RCI, int errorCode, java.lang.String msg, java.lang.Throwable previous)
          For internal use only.
 
Methods inherited from class com.crystaldecisions.sdk.occa.report.lib.ReportSDKException
getSDKError, throwReportSDKException, throwReportSDKException, throwReportSDKException, throwReportSDKException, throwReportSDKException, toString
 
Methods inherited from class com.crystaldecisions.sdk.occa.report.lib.ReportSDKExceptionBase
errorCode, findCause, getRootCauseIdentifier, isCausedByA
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReportSDKInvalidDBDriverException

public ReportSDKInvalidDBDriverException(java.lang.String RCI,
                                         int errorCode,
                                         java.lang.String errorMsg)
For internal use only.


ReportSDKInvalidDBDriverException

public ReportSDKInvalidDBDriverException(java.lang.String RCI,
                                         int errorCode,
                                         java.lang.String errorMsg,
                                         java.lang.Throwable previous)
For internal use only.

Method Detail

throwReportSDKIvalidDBDriverException

public static void throwReportSDKIvalidDBDriverException(java.lang.String RCI,
                                                         int errorCode,
                                                         java.lang.String msg)
                                                  throws ReportSDKInvalidDBDriverException
For internal use only.

Throws:
ReportSDKInvalidDBDriverException

throwReportSDKIvalidDBDriverException

public static void throwReportSDKIvalidDBDriverException(java.lang.String RCI,
                                                         int errorCode,
                                                         java.lang.String msg,
                                                         java.lang.Throwable previous)
                                                  throws ReportSDKInvalidDBDriverException
For internal use only.

Throws:
ReportSDKInvalidDBDriverException