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

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

public class ReportSDKPrinterNotFoundException
extends ReportSDKPrinterException

This class defines a printer not found exception.

See Also:
Serialized Form

Constructor Summary
ReportSDKPrinterNotFoundException(java.lang.String RCI, java.lang.String errorMsg, java.lang.Throwable previous)
          For internal use only.
ReportSDKPrinterNotFoundException(java.lang.String errorMsg, java.lang.Throwable previous)
          Deprecated. As of version 4.0. Replaced by ReportSDKPrinterNotFoundException.ReportSDKPrinterNotFoundException(String, String, Throwable).
 
Method Summary
 
Methods inherited from class com.crystaldecisions.sdk.occa.report.lib.ReportSDKPrinterException
throwReportSDKPrinterException, throwReportSDKPrinterException
 
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

ReportSDKPrinterNotFoundException

public ReportSDKPrinterNotFoundException(java.lang.String errorMsg,
                                         java.lang.Throwable previous)
Deprecated. As of version 4.0. Replaced by ReportSDKPrinterNotFoundException.ReportSDKPrinterNotFoundException(String, String, Throwable).


ReportSDKPrinterNotFoundException

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