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

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.ReportSDKServerException
                      extended by com.crystaldecisions.sdk.occa.report.lib.ReportSDKConnectionFailureException
All Implemented Interfaces:
java.io.Serializable

public class ReportSDKConnectionFailureException
extends ReportSDKServerException

This class defines an exception thrown due to Database connection failure errors.

See Also:
Serialized Form

Constructor Summary
ReportSDKConnectionFailureException(int errorCode, java.lang.String errorMsg)
           
ReportSDKConnectionFailureException(int errorCode, java.lang.String errorMsg, java.lang.Throwable previous)
           
 
Method Summary
static void throwReportSDKConnectionFailureException(int errorCode, java.lang.String msg)
           
static void throwReportSDKConnectionFailureException(int errorCode, java.lang.String msg, java.lang.Throwable previous)
           
 
Methods inherited from class com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException
getServerError, throwReportSDKServerException, throwReportSDKServerException
 
Methods inherited from class com.crystaldecisions.sdk.occa.report.lib.ReportSDKException
getSDKError, throwReportSDKException, throwReportSDKException, throwReportSDKException, toString
 
Methods inherited from class com.crystaldecisions.sdk.occa.report.lib.ReportSDKExceptionBase
errorCode, findCause, 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

ReportSDKConnectionFailureException

public ReportSDKConnectionFailureException(int errorCode,
                                           java.lang.String errorMsg)

ReportSDKConnectionFailureException

public ReportSDKConnectionFailureException(int errorCode,
                                           java.lang.String errorMsg,
                                           java.lang.Throwable previous)
Method Detail

throwReportSDKConnectionFailureException

public static void throwReportSDKConnectionFailureException(int errorCode,
                                                            java.lang.String msg)
                                                     throws ReportSDKConnectionFailureException
Throws:
ReportSDKConnectionFailureException

throwReportSDKConnectionFailureException

public static void throwReportSDKConnectionFailureException(int errorCode,
                                                            java.lang.String msg,
                                                            java.lang.Throwable previous)
                                                     throws ReportSDKConnectionFailureException
Throws:
ReportSDKConnectionFailureException